Skip to content

Commit 044f6c3

Browse files
committed
Add notice about maintained versions
1 parent c1db888 commit 044f6c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ sentry:
7777
dsn: "https://public:[email protected]/1"
7878
```
7979
80+
## Maintained versions
81+
* 2.x is actively maintained on the master branch, but it requires Symfony 3+ and PHP 7.1+;
82+
* 1.x is still supported to allow Symfony 2 and PHP 5.6/7.0; it may receive backports of features from the master branch, but it's not guaranteed
83+
* 0.8.x is no longer maintained, with the 0.8.8 release containing the latest new features; it may only receive security fixes in the future.
84+
8085
## Configuration
8186
8287
The following options can be configured via ``app/config/config.yml``.

0 commit comments

Comments
 (0)