We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0efd8 commit 5014a95Copy full SHA for 5014a95
SECURITY.md
@@ -10,10 +10,12 @@ however there are times when library dependencies and/or PHP/MySQL dependencies
10
make it impossible to backport security fixes on older versions.
11
12
| Version | Supported |
13
-| ------- | ------------------ |
14
-| 5.1.x | :white_check_mark: |
+|---------| ------------------ |
+| 7.x | :white_check_mark: |
15
+| 6.x | :x: |
16
+| 5.1.x | :x: |
17
| 5.0.x | :x: |
-| 4.0.x | :white_check_mark: |
18
+| 4.0.x | :x: |
19
| < 4.0 | :x: |
20
21
## Reporting a Vulnerability
0 commit comments