Skip to content

Commit

Permalink
Update .doctrine-project.json to include 2.9 stable and 2.10 upcoming
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 24, 2021
1 parent 91c3bd4 commit f3e55fa
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,26 @@
"slug": "latest",
"upcoming": true
},
{
"name": "2.10",
"branchName": "2.10.x",
"slug": "2.10",
"upcoming": true
},
{
"name": "2.9",
"branchName": "2.9.x",
"slug": "2.9",
"upcoming": true
"aliases": [
"current",
"stable"
]
},
{
"name": "2.8",
"branchName": "2.8.x",
"slug": "2.8",
"current": true,
"aliases": [
"current",
"stable"
]
"current": true
},
{
"name": "2.7",
Expand Down

0 comments on commit f3e55fa

Please sign in to comment.