Skip to content

Commit 8e3612e

Browse files
Move website config to default branch
Adapts the website config to be compatible with the doctrine/doctrine-website#356 changes
1 parent b07bbbc commit 8e3612e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.doctrine-project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
77
{
8-
"name": "8.0",
9-
"branchName": "master",
10-
"slug": "latest",
11-
"upcoming": true
12-
},
13-
{
14-
"name": "7.0",
15-
"branchName": "7.0.x",
16-
"slug": "7.0",
8+
"name": "8.1",
9+
"branchName": "8.1.x",
10+
"slug": "8.1",
1711
"current": true,
1812
"aliases": [
1913
"current",
2014
"stable"
2115
]
2216
},
17+
{
18+
"name": "7.0",
19+
"branchName": "7.0.x",
20+
"slug": "7.0",
21+
"maintained": false
22+
},
2323
{
2424
"name": "6.0",
2525
"branchName": "6.x",

0 commit comments

Comments
 (0)