We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db888 commit 044f6c3Copy full SHA for 044f6c3
README.md
@@ -77,6 +77,11 @@ sentry:
77
dsn: "https://public:[email protected]/1"
78
```
79
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
+
85
## Configuration
86
87
The following options can be configured via ``app/config/config.yml``.
0 commit comments