Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netherphp/world
A meta package to include all the things.
https://github.com/netherphp/world
Last synced: 12 days ago
JSON representation
A meta package to include all the things.
- Host: GitHub
- URL: https://github.com/netherphp/world
- Owner: netherphp
- License: bsd-2-clause
- Created: 2014-03-23T17:15:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T05:13:22.000Z (over 7 years ago)
- Last Synced: 2024-12-06T02:36:35.657Z (about 1 month ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nether World (Current Version: v3.y.z)
A meta package to include all the things. This package will require verisons that do not
break backwards compat from the previous release of this package. This makes sense in my
head but let me elaborate just in case.# About Versioning
Do not just copy this line. Note the current version series above.
require { "netherphp/world": "^x.y.z" }
This will include the entire Nether stack and allow the individual components of the
stack to update as is. This does not nessessarily mean that all of the Nether packages
are in the 1.0.x zone. For example, as of this writing Surface and OneScript are already
in the 1.1.x zone.The next time THIS package updates it will be 1.1.0 or 2.0.0 - so composer update will
still be safe for you because the way "^1.0.0" works, it will not allow 1.1.0 or 2.0.0.
Patch releases (0.0.x) will happen automatically for you on composer update. Minor
releases (0.x.x) will not happen automatically against "^1.0.0" so when Nether World goes
to 1.1.8 or whatever, you will need to update your composer to "^1.1.0" if you are
ready to deal with the BC changes.I don't know if that made sense. But if you are using Nether World to just get all the
things use the ^#.#.0 syntax and you will always stay up to date with each component
without backwards compat breakages.