We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2211cc3 + 18d9970 commit f37826bCopy full SHA for f37826b
.github/SECURITY.md
@@ -6,9 +6,9 @@ We support fixing security issues on the following releases:
6
7
| Version | Supported |
8
| ------- | ------------------ |
9
-| 11.x.x | :white_check_mark: |
10
-| 10.0.x | :white_check_mark: |
11
-| < 10.0 | :x: |
+| 12.x.x | :white_check_mark: |
+| 11.0.x | :white_check_mark: |
+| < 11.0 | :x: |
12
13
## Reporting a Vulnerability
14
composer.json
@@ -51,7 +51,7 @@
51
"minimum-stability": "dev",
52
"extra": {
53
"branch-alias": {
54
- "dev-master": "12.0-dev"
+ "dev-master": "12.1-dev"
55
}
56
},
57
"suggest": {
0 commit comments