Skip to content

Commit 5f14950

Browse files
committed
Update maintained versions file
1 parent 5770267 commit 5f14950

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

.doctrine-project.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@
55
"slug": "mongodb-odm",
66
"docsSlug": "doctrine-mongodb-odm",
77
"versions": [
8+
{
9+
"name": "2.12",
10+
"branchName": "2.12.x",
11+
"slug": "2.12",
12+
"upcoming": true,
13+
"aliases": [
14+
"2.12.x"
15+
]
16+
},
17+
{
18+
"name": "2.11",
19+
"branchName": "2.11.x",
20+
"slug": "latest",
21+
"current": true,
22+
"aliases": [
23+
"2.11.x"
24+
]
25+
},
826
{
927
"name": "2.10",
1028
"branchName": "2.10.x",
11-
"slug": "latest",
12-
"upcoming": true,
29+
"slug": "2.10",
30+
"maintained": false,
1331
"aliases": [
1432
"2.10.x"
1533
]
@@ -18,10 +36,8 @@
1836
"name": "2.9",
1937
"branchName": "2.9.x",
2038
"slug": "2.9",
21-
"current": true,
39+
"maintained": false,
2240
"aliases": [
23-
"current",
24-
"stable",
2541
"2.9.x"
2642
]
2743
},

0 commit comments

Comments
 (0)