forked from doctrine/annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.doctrine-project.json
49 lines (49 loc) · 1.09 KB
/
.doctrine-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"active": true,
"name": "Annotations",
"slug": "annotations",
"docsSlug": "doctrine-annotations",
"versions": [
{
"name": "1.11",
"branchName": "master",
"slug": "latest",
"upcoming": true
},
{
"name": "1.10",
"branchName": "1.10.x",
"slug": "1.10",
"aliases": [
"current",
"stable"
],
"current": true,
"maintained": true
},
{
"name": "1.9",
"branchName": "1.9.x",
"slug": "1.9",
"maintained": false
},
{
"name": "1.8",
"branchName": "1.8",
"slug": "1.8",
"maintained": false
},
{
"name": "1.7",
"branchName": "1.7",
"slug": "1.7",
"maintained": false
},
{
"name": "1.6",
"branchName": "1.6",
"slug": "1.6",
"maintained": false
}
]
}