Skip to content

Commit

Permalink
Merge pull request #499 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Update branch metadata
  • Loading branch information
SenseException authored Nov 7, 2024
2 parents f82f57e + cd258a4 commit d8d65ff
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,28 @@
"docsSlug": "doctrine-data-fixtures",
"versions": [
{
"name": "2.0",
"branchName": "2.0.x",
"name": "3.0",
"branchName": "3.0.x",
"slug": "latest",
"upcoming": true
},
{
"name": "2.1",
"branchName": "2.1.x",
"slug": "2.1",
"upcoming": true
},
{
"name": "2.0",
"branchName": "2.0.x",
"slug": "2.0",
"current": true
},
{
"name": "1.8",
"branchName": "1.8.x",
"slug": "1.8",
"current": true
"maintained": true
},
{
"name": "1.7",
Expand Down

0 comments on commit d8d65ff

Please sign in to comment.