We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399bc1f commit bb8de04Copy full SHA for bb8de04
.doctrine-project.json
@@ -5,20 +5,26 @@
5
"docsSlug": "doctrine-coding-standard",
6
"versions": [
7
{
8
- "name": "5.0",
+ "name": "6.0",
9
"branchName": "master",
10
"slug": "latest",
11
"upcoming": true
12
},
13
14
- "name": "4.0",
15
- "branchName": "4.x",
16
- "slug": "4.0",
+ "name": "5.0",
+ "branchName": "5.x",
+ "slug": "5.0",
17
"current": true,
18
"aliases": [
19
"current",
20
"stable"
21
]
22
+ },
23
+ {
24
+ "name": "4.0",
25
+ "branchName": "4.x",
26
+ "slug": "4.0",
27
+ "maintained": false
28
}
29
30
0 commit comments