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.
1 parent b6660e1 commit 80218f2Copy full SHA for 80218f2
.doctrine-project.json
@@ -5,21 +5,27 @@
5
"docsSlug": "doctrine-coding-standard",
6
"versions": [
7
{
8
- "name": "11.0",
9
- "branchName": "11.0.x",
10
- "slug": "11.0",
+ "name": "12.0",
+ "branchName": "12.0.x",
+ "slug": "12.0",
11
"upcoming": true
12
},
13
14
- "name": "10.0",
15
- "branchName": "10.0.x",
16
- "slug": "10.0",
+ "name": "11.0",
+ "branchName": "11.0.x",
+ "slug": "11.0",
17
"current": true,
18
"aliases": [
19
"current",
20
"stable"
21
]
22
23
+ {
24
+ "name": "10.0",
25
+ "branchName": "10.0.x",
26
+ "slug": "10.0",
27
+ "maintained": false
28
+ },
29
30
"name": "9.0",
31
"branchName": "9.0.x",
0 commit comments