Skip to content

Commit d42ac78

Browse files
Format LIFECYCLE
1 parent 0a421e0 commit d42ac78

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

LIFECYCLE.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Version lifecycle
22

3-
Since php-cypher-dsl version 5.0.0, support is governed by this version lifecycle.
3+
Since php-cypher-dsl version 5.0.0, support is governed by this version
4+
lifecycle.
45

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+
**Bugfix support** means that issues will be fixed for a version of
7+
php-cypher-dsl. Bugfix support for every major release `X` ends **six months**
8+
after the release of the next major version (`X+1`). Bugfix support for minor
9+
release `X.Y` will end with the release of the next minor version (`X.(Y+1)`).
610

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.
11+
It is strongly recommended to use a version of php-cypher-dsl that has active
12+
bugfix support. Versions that are no longer receiving bugfix support will not
13+
receive any security or bug fixes. They may contain known critical
14+
vulnerabilities and other major bugs, including the threat of possible data
15+
loss and/or corruption.
816

917
## Supported versions
1018

0 commit comments

Comments
 (0)