Skip to content

Commit 8a0e1ab

Browse files
SenseExceptiongreg0ire
authored andcommitted
Move website config to default branch
Adapts the website config to be compatible with the doctrine/doctrine-website#356 changes
1 parent 4b15b52 commit 8a0e1ab

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

.doctrine-project.json

+22-9
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,39 @@
33
"shortName": "DoctrineMongoDBBundle",
44
"slug": "doctrine-mongodb-bundle",
55
"versions": [
6+
{
7+
"name": "4.3",
8+
"branchName": "4.3.x",
9+
"slug": "4.3",
10+
"current": true,
11+
"aliases": [
12+
"current",
13+
"stable"
14+
]
15+
},
16+
{
17+
"name": "4.2",
18+
"branchName": "4.2.x",
19+
"slug": "4.2",
20+
"maintained": false
21+
},
622
{
723
"name": "4.1",
8-
"branchName": "master",
9-
"slug": "latest",
10-
"upcoming": true
24+
"branchName": "4.1.x",
25+
"slug": "4.1",
26+
"maintained": false
1127
},
1228
{
1329
"name": "4.0",
1430
"branchName": "4.0.x",
1531
"slug": "4.0",
16-
"current": true,
17-
"aliases": [
18-
"current",
19-
"stable"
20-
]
32+
"maintained": false
2133
},
2234
{
2335
"name": "3.6",
2436
"branchName": "3.6.x",
25-
"slug": "3.6"
37+
"slug": "3.6",
38+
"maintained": false
2639
},
2740
{
2841
"name": "3.5",

0 commit comments

Comments
 (0)