Skip to content

Commit f98b611

Browse files
committed
add doctrine doc configuration to old branch too
1 parent 33ee413 commit f98b611

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.doctrine-project.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"active": true,
3+
"name": "PHPCR ODM",
4+
"slug": "phpcr-odm",
5+
"docsSlug": "doctrine-phpcr-odm",
6+
"versions": [
7+
{
8+
"name": "2.x",
9+
"branchName": "2.x",
10+
"slug": "latest",
11+
"current": true
12+
},
13+
{
14+
"name": "1.x",
15+
"branchName": "1.x",
16+
"slug": "1.x",
17+
"maintained": true
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)