File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,28 @@ Download the last version from [Github](https://github.com/marc-mabe/php-enum/ta
397397and extract it.
398398
399399
400+ # Versioning and Releases
401+
402+ This project follows [ SemVer] ( https://semver.org/ ) specification.
403+
404+ There are ** no** [ LTS] ( https://en.wikipedia.org/wiki/Long-term_support ) releases
405+ and we don't have (fixed) time based release windows.
406+ Instead releases happen as necessary.
407+
408+ We do support at least all maintained PHP versions.
409+
410+ Bug fixes will be backported to the latest maintained minor release.
411+
412+ Critical bug fixes and security relates fixes can also be backported to older releases.
413+
414+ | Release | Status | PHP-Version |
415+ | ---------| --------------| -----------------|
416+ | 1.x | EOL | \> =5.3 |
417+ | 2.x | maintainance | \> =5.3 & HHVM<4 |
418+ | 3.x | active | \> =5.6 & HHVM<4 |
419+ | 4.x | development | \> =7.2 |
420+
421+
400422# New BSD License
401423
402424The files in this archive are released under the New BSD License.
You can’t perform that action at this time.
0 commit comments