Skip to content

Commit

Permalink
Adjust .doctrine-project.json post 2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Mar 23, 2023
1 parent 9819c00 commit 8caa8ef
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@
"slug": "doctrine-bundle",
"versions": [
{
"name": "2.9",
"branchName": "2.9.x",
"name": "2.10",
"branchName": "2.10.x",
"slug": "latest",
"upcoming": true
},
{
"name": "2.9",
"branchName": "2.9.x",
"slug": "2.9",
"aliases": ["current", "stable"]
},
{
"name": "2.8",
"branchName": "2.8.x",
"slug": "2.8",
"aliases": ["current", "stable"]
"maintained": false
},
{
"name": "2.7",
Expand Down

0 comments on commit 8caa8ef

Please sign in to comment.