Skip to content

Commit 243578c

Browse files
committed
Add metadata for the new branches
1 parent c0f7275 commit 243578c

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.doctrine-project.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,33 @@
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
77
{
8-
"name": "8.2",
9-
"branchName": "8.2.x",
10-
"slug": "8.2",
8+
"name": "9.0",
9+
"branchName": "9.0.x",
10+
"slug": "9.0",
1111
"upcoming": true
1212
},
1313
{
14-
"name": "8.1",
15-
"branchName": "8.1.x",
16-
"slug": "8.1",
14+
"name": "8.3",
15+
"branchName": "8.3.x",
16+
"slug": "8.3",
17+
"upcoming": true
18+
},
19+
{
20+
"name": "8.2",
21+
"branchName": "8.2.x",
22+
"slug": "8.2",
1723
"current": true,
1824
"aliases": [
1925
"current",
2026
"stable"
2127
]
2228
},
29+
{
30+
"name": "8.1",
31+
"branchName": "8.1.x",
32+
"slug": "8.1",
33+
"maintained": false
34+
},
2335
{
2436
"name": "8.0",
2537
"branchName": "8.0.x",

0 commit comments

Comments
 (0)