We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22a8f commit dddc138Copy full SHA for dddc138
.doctrine-project.json
@@ -6,22 +6,28 @@
6
"docsSlug": "doctrine-mongodb-odm",
7
"versions": [
8
{
9
- "name": "2.3",
10
- "branchName": "2.3.x",
+ "name": "2.4",
+ "branchName": "2.4.x",
11
"slug": "latest",
12
"upcoming": true
13
},
14
15
- "name": "2.2",
16
- "branchName": "2.2.x",
17
- "slug": "2.2",
+ "name": "2.3",
+ "branchName": "2.3.x",
+ "slug": "2.3",
18
"current": true,
19
"aliases": [
20
"current",
21
"stable",
22
- "2.2.x"
+ "2.3.x"
23
]
24
25
+ {
26
+ "name": "2.2",
27
+ "branchName": "2.2.x",
28
+ "slug": "2.2",
29
+ "maintained": false
30
+ },
31
32
"name": "2.1",
33
"branchName": "2.1.x",
0 commit comments