Skip to content

Commit

Permalink
Update branch metadata (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Nov 24, 2023
1 parent bbcb74f commit eb3667b
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,29 @@
"slug": "data-fixtures",
"docsSlug": "doctrine-data-fixtures",
"versions": [
{
"name": "1.8",
"branchName": "1.8.x",
"slug": "latest",
"upcoming": true
},
{
"name": "1.7",
"branchName": "1.7.x",
"slug": "1.7",
"current": true
},
{
"name": "1.6",
"branchName": "1.6.x",
"slug": "1.6",
"upcoming": true
"maintained": false
},
{
"name": "1.5",
"branchName": "1.5.x",
"slug": "latest",
"current": true,
"aliases": [
"current",
"stable"
]
"slug": "1.5",
"maintained": false
},
{
"name": "1.4",
Expand Down

0 comments on commit eb3667b

Please sign in to comment.