We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9553c3 + ecc3c3a commit 47a1b9aCopy full SHA for 47a1b9a
.doctrine-project.json
@@ -5,21 +5,26 @@
5
"docsSlug": "doctrine-coding-standard",
6
"versions": [
7
{
8
- "name": "7.0",
+ "name": "8.0",
9
"branchName": "master",
10
- "slug": "latest",
+ "slug": "8.0",
11
"upcoming": true
12
},
13
14
- "name": "6.0",
15
- "branchName": "6.x",
16
- "slug": "6.0",
17
- "current": true,
+ "name": "7.0",
+ "branchName": "7.x",
+ "slug": "latest",
18
"aliases": [
19
"current",
20
"stable"
21
]
22
+ {
23
+ "name": "6.0",
24
+ "branchName": "6.x",
25
+ "slug": "6.0",
26
+ "maintained": false
27
+ },
28
29
"name": "5.0",
30
"branchName": "5.x",
0 commit comments