File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Report incorrect or unexpected behaviors
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** NOTE
** : Please file security related issues to
[email protected] 11+ to be able to coordinate releases across dependent projects privately.
12+
13+ ** Detailed description:**
14+
15+ ...
16+
17+ ** Steps to reproduce:**
18+
19+ 1 . ...
20+ 2 . ....
21+
22+ ** Expected behavior:**
23+
24+ A clear and concise description of what you expected to happen.
25+
26+ ** Environment:**
27+
28+ Important information of your environment.
29+ - PHP Version: ...
30+ - PHP Extensions + Versions: ...
31+ - PHP Configuration: ...
32+ - ...
33+
34+ ** Additional context:**
35+
36+ Add any other context about the problem here.
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