-
Notifications
You must be signed in to change notification settings - Fork 73
Standards
Dirk Tepe edited this page Mar 24, 2024
·
4 revisions
Standards are very important to a successful project. When developing an application for production that may not get maintained for sometime, you may want to specify a version that your app has been tested with and is supporting. During the development phase, often times it is better to use a master branch so you can work with the latest code and view potential issues while capturing security patches and updates.
These are the simple standards that are observed for this project.
- Master branch will be compatible with the latest LTS Laravel framework
- Major updates may not maintain backwards compatibility
- Minor updates will maintain backwards compatibility
- Patch level updates will maintain backwards compatibility
1 represents a Major release number.
2 represents a Minor release number.
3 represents a patch level release number.
x represents a patch level with release type. This can be alpha or beta. Alpha and beta releases will be marked as not ready for production.