We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1267f48 commit e8afa9fCopy full SHA for e8afa9f
.doctrine-project.json
@@ -11,21 +11,23 @@
11
"slug": "latest",
12
"upcoming": true
13
},
14
+ {
15
+ "name": "2.18",
16
+ "branchName": "2.18.x",
17
+ "slug": "2.18",
18
+ "upcoming": true
19
+ },
20
{
21
"name": "2.17",
22
"branchName": "2.17.x",
23
"slug": "2.17",
- "upcoming": true
24
+ "current": true
25
26
27
"name": "2.16",
28
"branchName": "2.16.x",
29
"slug": "2.16",
- "current": true,
- "aliases": [
- "current",
- "stable"
- ]
30
+ "maintained": false
31
32
33
"name": "2.15",
0 commit comments