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