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 committed Oct 14, 2020
1 parent b07bbbc commit 30863ee
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@
"slug": "coding-standard",
"docsSlug": "doctrine-coding-standard",
"versions": [
{
"name": "8.1",
"branchName": "8.1.x",
"slug": "8.1",
"current": true,
"aliases": [
"current",
"stable"
]
},
{
"name": "8.0",
"branchName": "master",
"slug": "latest",
"upcoming": true
"branchName": "8.0.x",
"slug": "8.0",
"maintained": false
},
{
"name": "7.0",
"branchName": "7.0.x",
"slug": "7.0",
"current": true,
"aliases": [
"current",
"stable"
]
"maintained": false
},
{
"name": "6.0",
Expand Down

0 comments on commit 30863ee

Please sign in to comment.