Skip to content

Commit

Permalink
Merge pull request #102 from greg0ire/fix-metadata
Browse files Browse the repository at this point in the history
Avoid duplicate aliases / slugs
  • Loading branch information
SenseException authored Aug 24, 2023
2 parents 40fc8fc + 2ce9874 commit f49f6a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
{
"name": "2.0",
"branchName": "2.0.x",
"slug": "current",
"aliases": [
"latest",
"stable"
],
"slug": "2.0",
"aliases": ["latest"],
"maintained": true,
"current": true
},
Expand Down

0 comments on commit f49f6a8

Please sign in to comment.