Skip to content

Commit 853a182

Browse files
committed
Changes for 2.0.0 release
1 parent b87f449 commit 853a182

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

SECURITY.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| -------: | ------------------ |
7-
| `1.1` | :white_check_mark: |
8-
| `1.0` | 🟨 Until 2023-07-31 |
9-
| `0.x` | :x: |
5+
| Version | Supported |
6+
|--------:|---------------------|
7+
| `2.0` | :white_check_mark: |
8+
| `1.1` | 🟨 Until 2024-02-31 |
9+
| `1.0` | 🟨 Until 2023-07-31 |
10+
| `0.x` | :x: |
1011

11-
Minor versions will be supported for 6 months after a newer minor release is available.
12+
Minor versions will be supported for 6 months after a newer minor release is available.
13+
Major versions will be supported for 1 year after a newer major release is available.
1214

1315
## Reporting a Vulnerability
1416

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-develop": "1.1.x-dev"
40+
"dev-develop": "2.0.x-dev"
4141
}
4242
},
4343
"repositories": [

0 commit comments

Comments
 (0)