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 b07bbbc commit 30863eeCopy full SHA for 30863ee
.doctrine-project.json
@@ -4,21 +4,27 @@
4
"slug": "coding-standard",
5
"docsSlug": "doctrine-coding-standard",
6
"versions": [
7
+ {
8
+ "name": "8.1",
9
+ "branchName": "8.1.x",
10
+ "slug": "8.1",
11
+ "current": true,
12
+ "aliases": [
13
+ "current",
14
+ "stable"
15
+ ]
16
+ },
17
{
18
"name": "8.0",
- "branchName": "master",
- "slug": "latest",
- "upcoming": true
19
+ "branchName": "8.0.x",
20
+ "slug": "8.0",
21
+ "maintained": false
22
},
23
24
"name": "7.0",
25
"branchName": "7.0.x",
26
"slug": "7.0",
- "current": true,
- "aliases": [
- "current",
- "stable"
- ]
27
28
29
30
"name": "6.0",
0 commit comments