Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb64fc9

Browse files
Move website config to default branch (doctrine#8287)
Adds the website config to be compatible with the doctrine/doctrine-website#356 changes
1 parent e0eb82a commit bb64fc9

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

.doctrine-project.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"active": true,
3+
"name": "Object Relational Mapper",
4+
"shortName": "ORM",
5+
"slug": "orm",
6+
"docsSlug": "doctrine-orm",
7+
"versions": [
8+
{
9+
"name": "3.0",
10+
"branchName": "master",
11+
"slug": "latest",
12+
"upcoming": true
13+
},
14+
{
15+
"name": "2.8",
16+
"branchName": "2.8.x",
17+
"slug": "2.8",
18+
"upcoming": true
19+
},
20+
{
21+
"name": "2.7",
22+
"branchName": "2.7",
23+
"slug": "2.7",
24+
"current": true,
25+
"aliases": [
26+
"current",
27+
"stable"
28+
]
29+
},
30+
{
31+
"name": "2.6",
32+
"branchName": "2.6",
33+
"slug": "2.6",
34+
"maintained": false
35+
},
36+
{
37+
"name": "2.5",
38+
"branchName": "2.5",
39+
"slug": "2.5",
40+
"maintained": false
41+
},
42+
{
43+
"name": "2.4",
44+
"branchName": "2.4",
45+
"slug": "2.4",
46+
"maintained": false
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)