Skip to content

Commit

Permalink
Move website config to default branch (#8287)
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 Oct 2, 2020
1 parent e0eb82a commit bb64fc9
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 bb64fc9

Please sign in to comment.