Skip to content

Commit a1a6a0f

Browse files
authored
Merge pull request #2410 from doctrine/franmomu-patch-1
Update .doctrine-project.json
2 parents 9622613 + dddc138 commit a1a6a0f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.doctrine-project.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,28 @@
66
"docsSlug": "doctrine-mongodb-odm",
77
"versions": [
88
{
9-
"name": "2.3",
10-
"branchName": "2.3.x",
9+
"name": "2.4",
10+
"branchName": "2.4.x",
1111
"slug": "latest",
1212
"upcoming": true
1313
},
1414
{
15-
"name": "2.2",
16-
"branchName": "2.2.x",
17-
"slug": "2.2",
15+
"name": "2.3",
16+
"branchName": "2.3.x",
17+
"slug": "2.3",
1818
"current": true,
1919
"aliases": [
2020
"current",
2121
"stable",
22-
"2.2.x"
22+
"2.3.x"
2323
]
2424
},
25+
{
26+
"name": "2.2",
27+
"branchName": "2.2.x",
28+
"slug": "2.2",
29+
"maintained": false
30+
},
2531
{
2632
"name": "2.1",
2733
"branchName": "2.1.x",

0 commit comments

Comments
 (0)