Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

Commit ecf566b

Browse files
authored
Fixing .doctrine-project.json to get website build working again.
1 parent 8b4e41f commit ecf566b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.doctrine-project.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
"slug": "mongodb",
66
"docsSlug": "doctrine-mongodb",
77
"versions": [
8+
{
9+
"name": "master",
10+
"branchName": "master",
11+
"slug": "latest"
12+
},
813
{
914
"name": "1.6",
1015
"branchName": "1.6.x",
1116
"slug": "1.6",
1217
"current": true,
13-
"maintained": false,
14-
"aliases": [
15-
"latest",
16-
"stable"
17-
]
18+
"maintained": false
1819
}
1920
]
2021
}

0 commit comments

Comments
 (0)