Skip to content

Commit b27f98f

Browse files
authored
Merge pull request #221 from doctrine/default-branch-website-config
Move website config to default branch
2 parents b07bbbc + 30863ee commit b27f98f

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.doctrine-project.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@
44
"slug": "coding-standard",
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
7+
{
8+
"name": "8.1",
9+
"branchName": "8.1.x",
10+
"slug": "8.1",
11+
"current": true,
12+
"aliases": [
13+
"current",
14+
"stable"
15+
]
16+
},
717
{
818
"name": "8.0",
9-
"branchName": "master",
10-
"slug": "latest",
11-
"upcoming": true
19+
"branchName": "8.0.x",
20+
"slug": "8.0",
21+
"maintained": false
1222
},
1323
{
1424
"name": "7.0",
1525
"branchName": "7.0.x",
1626
"slug": "7.0",
17-
"current": true,
18-
"aliases": [
19-
"current",
20-
"stable"
21-
]
27+
"maintained": false
2228
},
2329
{
2430
"name": "6.0",

0 commit comments

Comments
 (0)