Skip to content

Commit 47a1b9a

Browse files
authored
Merge pull request #184 from doctrine/documentation/versions
Fix documentation version numbers and labels
2 parents c9553c3 + ecc3c3a commit 47a1b9a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.doctrine-project.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
77
{
8-
"name": "7.0",
8+
"name": "8.0",
99
"branchName": "master",
10-
"slug": "latest",
10+
"slug": "8.0",
1111
"upcoming": true
1212
},
1313
{
14-
"name": "6.0",
15-
"branchName": "6.x",
16-
"slug": "6.0",
17-
"current": true,
14+
"name": "7.0",
15+
"branchName": "7.x",
16+
"slug": "latest",
1817
"aliases": [
1918
"current",
2019
"stable"
2120
]
2221
},
22+
{
23+
"name": "6.0",
24+
"branchName": "6.x",
25+
"slug": "6.0",
26+
"maintained": false
27+
},
2328
{
2429
"name": "5.0",
2530
"branchName": "5.x",

0 commit comments

Comments
 (0)