Skip to content

Commit f9cf098

Browse files
authored
Merge pull request #718 from TomHAnderson/feature/doctrine-json
Added .doctrine-project.json
2 parents d86af65 + a2fcc76 commit f9cf098

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.doctrine-project.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"active": true,
3+
"name": "Doctrine Module for Laminas",
4+
"shortName": "Doctrine for Laminas",
5+
"slug": "DoctrineModule",
6+
"docsSlug": "doctrine-module",
7+
"versions": [
8+
{
9+
"name": "4.0.x",
10+
"branchName": "4.0.x",
11+
"slug": "4.0.x",
12+
"current": true,
13+
"maintained": true,
14+
"aliases": [
15+
"current",
16+
"stable"
17+
]
18+
},
19+
{
20+
"name": "4.1.x",
21+
"branchName": "4.1.x",
22+
"slug": "4.1.x",
23+
"current": false,
24+
"maintained": true,
25+
"aliases": [
26+
"latest"
27+
]
28+
},
29+
{
30+
"name": "4.x",
31+
"branchName": "4.x",
32+
"slug": "4.x",
33+
"maintained": false
34+
},
35+
{
36+
"name": "1.1.x",
37+
"branchName": "1.1.x",
38+
"slug": "1.1.x",
39+
"maintained": false
40+
},
41+
{
42+
"name": "1.0.x",
43+
"branchName": "1.0.x",
44+
"slug": "1.0.x",
45+
"maintained": false
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)