Skip to content

Commit bfc04f1

Browse files
authored
Merge pull request #338 from greg0ire/update-branch-metadata
Update branch metadata
2 parents 8132673 + 321458b commit bfc04f1

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.doctrine-project.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,29 @@
44
"slug": "coding-standard",
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
7+
{
8+
"name": "14.0",
9+
"branchName": "14.0.x",
10+
"slug": "14.0",
11+
"upcoming": true
12+
},
13+
{
14+
"name": "13.0",
15+
"branchName": "13.0.x",
16+
"slug": "13.0",
17+
"current": true
18+
},
719
{
820
"name": "12.0",
921
"branchName": "12.0.x",
1022
"slug": "12.0",
11-
"upcoming": true
23+
"maintained": false
1224
},
1325
{
1426
"name": "11.0",
1527
"branchName": "11.0.x",
1628
"slug": "11.0",
17-
"current": true,
18-
"aliases": [
19-
"current",
20-
"stable"
21-
]
29+
"maintained": false
2230
},
2331
{
2432
"name": "10.0",

0 commit comments

Comments
 (0)