-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move website config to default branch
Adds the website config to be compatible with the doctrine/doctrine-website#356 changes
- Loading branch information
1 parent
79cdcde
commit a89b96e
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"active": true, | ||
"name": "Object Relational Mapper", | ||
"shortName": "ORM", | ||
"slug": "orm", | ||
"docsSlug": "doctrine-orm", | ||
"versions": [ | ||
{ | ||
"name": "3.0", | ||
"branchName": "master", | ||
"slug": "latest", | ||
"upcoming": true | ||
}, | ||
{ | ||
"name": "2.8", | ||
"branchName": "2.8.x", | ||
"slug": "2.8", | ||
"upcoming": true | ||
}, | ||
{ | ||
"name": "2.7", | ||
"branchName": "2.7", | ||
"slug": "2.7", | ||
"current": true, | ||
"aliases": [ | ||
"current", | ||
"stable" | ||
] | ||
}, | ||
{ | ||
"name": "2.6", | ||
"branchName": "2.6", | ||
"slug": "2.6", | ||
"maintained": false | ||
}, | ||
{ | ||
"name": "2.5", | ||
"branchName": "2.5", | ||
"slug": "2.5", | ||
"maintained": false | ||
}, | ||
{ | ||
"name": "2.4", | ||
"branchName": "2.4", | ||
"slug": "2.4", | ||
"maintained": false | ||
} | ||
] | ||
} |