forked from doctrine/mongodb-odm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.doctrine-project.json
80 lines (80 loc) · 1.78 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"active": true,
"name": "MongoDB Object Document Mapper",
"shortName": "MongoDB ODM",
"slug": "mongodb-odm",
"docsSlug": "doctrine-mongodb-odm",
"versions": [
{
"name": "2.3",
"branchName": "2.3.x",
"slug": "latest",
"upcoming": true
},
{
"name": "2.2",
"branchName": "2.2.x",
"slug": "2.2",
"current": true,
"aliases": [
"current",
"stable",
"2.2.x"
]
},
{
"name": "2.1",
"branchName": "2.1.x",
"slug": "2.1",
"maintained": false,
"aliases": [
"2.1.x"
]
},
{
"name": "2.0",
"branchName": "2.0.x",
"slug": "2.0",
"maintained": false,
"aliases": [
"2.0.x"
]
},
{
"name": "1.3",
"branchName": "1.3.x",
"slug": "1.3",
"maintained": false,
"aliases": [
"1.3.x"
]
},
{
"name": "1.2",
"branchName": "1.2.x",
"slug": "1.2",
"maintained": false,
"aliases": [
"1.2.x"
]
},
{
"name": "1.1",
"branchName": "1.1.x",
"slug": "1.1",
"maintained": false,
"aliases": [
"1.1.x"
]
},
{
"name": "1.0",
"branchName": "1.0.x",
"slug": "1.0",
"maintained": false,
"aliases": [
"1.0.x"
]
}
]
}