Skip to content

Commit

Permalink
Move website config to default branch
Browse files Browse the repository at this point in the history
Adapts the website config to be compatible with the doctrine/doctrine-website#356 changes
  • Loading branch information
SenseException authored Oct 1, 2020
1 parent 96f55c8 commit 84f7c86
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,44 @@
"docsSlug": "doctrine-inflector",
"versions": [
{
"name": "1.3",
"branchName": "1.3.x",
"slug": "1.3",
"current": true,
"name": "2.0",
"branchName": "master",
"slug": "2.0",
"current": true
"aliases": [
"current",
"stable"
]
},
{
"name": "2.0",
"branchName": "master",
"slug": "2.0",
"upcoming": true
"name": "1.4",
"branchName": "1.4.x",
"slug": "1.4",
"maintained": false
},
{
"name": "1.3",
"branchName": "1.3.x",
"slug": "1.3",
"maintained": false
},
{
"name": "1.2",
"branchName": "1.2.x",
"slug": "1.2",
"maintained": false
},
{
"name": "1.1",
"branchName": "1.1.x",
"slug": "1.1",
"maintained": false
},
{
"name": "1.0",
"branchName": "1.0.x",
"slug": "1.0",
"maintained": false
}
]
}

0 comments on commit 84f7c86

Please sign in to comment.