Skip to content

Commit

Permalink
Move website config to default branch
Browse files Browse the repository at this point in the history
Adds the website config to be compatible with the doctrine/doctrine-website#356 changes
  • Loading branch information
SenseException authored Sep 27, 2020
1 parent 79cdcde commit a89b96e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .doctrine-project.json
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
}
]
}

0 comments on commit a89b96e

Please sign in to comment.