Skip to content

Commit bb8de04

Browse files
committed
Prepare 5.0.0 release
1 parent 399bc1f commit bb8de04

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.doctrine-project.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,26 @@
55
"docsSlug": "doctrine-coding-standard",
66
"versions": [
77
{
8-
"name": "5.0",
8+
"name": "6.0",
99
"branchName": "master",
1010
"slug": "latest",
1111
"upcoming": true
1212
},
1313
{
14-
"name": "4.0",
15-
"branchName": "4.x",
16-
"slug": "4.0",
14+
"name": "5.0",
15+
"branchName": "5.x",
16+
"slug": "5.0",
1717
"current": true,
1818
"aliases": [
1919
"current",
2020
"stable"
2121
]
22+
},
23+
{
24+
"name": "4.0",
25+
"branchName": "4.x",
26+
"slug": "4.0",
27+
"maintained": false
2228
}
2329
]
2430
}

0 commit comments

Comments
 (0)