Skip to content

Commit

Permalink
Add branch-alias to composer.json (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Apr 19, 2024
1 parent 1a39913 commit e418256
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 @@ -38,6 +38,11 @@
"phpstan": "./vendor/bin/phpstan analyze",
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true,
Expand Down

0 comments on commit e418256

Please sign in to comment.