Skip to content

Commit 1b4905e

Browse files
authored
Update supported branch config (#2678)
1 parent 3c9b1e8 commit 1b4905e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.doctrine-project.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,31 @@
66
"docsSlug": "doctrine-mongodb-odm",
77
"versions": [
88
{
9-
"name": "2.9",
10-
"branchName": "2.9.x",
9+
"name": "2.10",
10+
"branchName": "2.10.x",
1111
"slug": "latest",
1212
"upcoming": true,
1313
"aliases": [
14+
"2.10.x"
15+
]
16+
},
17+
{
18+
"name": "2.9",
19+
"branchName": "2.9.x",
20+
"slug": "2.9",
21+
"current": true,
22+
"aliases": [
23+
"current",
24+
"stable",
1425
"2.9.x"
1526
]
1627
},
1728
{
1829
"name": "2.8",
1930
"branchName": "2.8.x",
2031
"slug": "2.8",
21-
"current": true,
32+
"maintained": false,
2233
"aliases": [
23-
"current",
24-
"stable",
2534
"2.8.x"
2635
]
2736
},

0 commit comments

Comments
 (0)