forked from doctrine/DoctrineMongoDBBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.doctrine-project.json
40 lines (40 loc) · 911 Bytes
/
.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
{
"name": "Doctrine MongoDB Bundle",
"shortName": "DoctrineMongoDBBundle",
"slug": "doctrine-mongodb-bundle",
"versions": [
{
"name": "4.1",
"branchName": "master",
"slug": "latest",
"upcoming": true
},
{
"name": "4.0",
"branchName": "master",
"slug": "latest",
"current": true,
"aliases": [
"current",
"stable"
]
},
{
"name": "3.6",
"branchName": "3.6",
"slug": "3.6"
},
{
"name": "3.5",
"branchName": "3.5",
"slug": "3.5",
"maintained": false
},
{
"name": "3.4",
"branchName": "3.4",
"slug": "3.4",
"maintained": false
}
]
}