Skip to content

Commit

Permalink
define 2.0.x-dev as an alias for the master branch
Browse files Browse the repository at this point in the history
Defining the branch alias allows projects to test recent additions
before they are part of a tagged release.
  • Loading branch information
xabbuh committed Jul 14, 2024
1 parent f65c829 commit 34c2d27
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 @@ -57,6 +57,11 @@
"phpunit/phpunit": "^7|^8|^9",
"vimeo/psalm": "^4|^5"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"scripts": {
"test": "phpunit"
},
Expand Down

0 comments on commit 34c2d27

Please sign in to comment.