Skip to content

Commit

Permalink
Merge pull request #876 from xabbuh/branch-alias
Browse files Browse the repository at this point in the history
add a branch alias to allow installing untagged 1.8 versions
  • Loading branch information
erusev authored Jul 18, 2024
2 parents 9d00dea + e7a3bcc commit 0476f3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"CommonMarkTest": "test/",
"CommonMarkTestWeak": "test/"
}
},
"extra": {
"branch-alias": {
"dev-1.8.x-beta": "1.8.x-dev"
}
}
}

0 comments on commit 0476f3b

Please sign in to comment.