Skip to content

Commit a84eee3

Browse files
Add version lifecycle
1 parent 65c29e3 commit a84eee3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

LIFECYCLE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Version lifecycle
2+
3+
Since php-cypher-dsl version 5.0.0, support is governed by this version lifecycle.
4+
5+
**Bugfix support** means that issues will be fixed for a version of php-cypher-dsl. Bugfix support for every major release `X` ends **six months** after the release of the next major version (`X+1`). Bugfix support for minor release `X.Y` will end with the release of the next minor version (`X.(Y+1)`).
6+
7+
It is strongly recommended to use a version of php-cypher-dsl that has active bugfix support. Versions that are no longer receiving bugfix support will not receive any security or bug fixes. They may contain known critical vulnerabilities and other major bugs, including the threat of possible data loss and/or corruption.
8+
9+
## Supported versions
10+
11+
| Major version | PHP version | Initial release | End of bugfix support |
12+
|------------------|-------------|------------------|-----------------------|
13+
| php-cypher-dsl 5 | >=7.4 | To be determined | To be determined |

0 commit comments

Comments
 (0)