Skip to content

Commit 84720f4

Browse files
committed
release policy
1 parent 6fc2d05 commit 84720f4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,28 @@ Download the last version from [Github](https://github.com/marc-mabe/php-enum/ta
397397
and 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

402424
The files in this archive are released under the New BSD License.

0 commit comments

Comments
 (0)