Skip to content

Commit

Permalink
Merge pull request #179 from xabbuh/branch-alias
Browse files Browse the repository at this point in the history
define 2.0.x-dev as an alias for the master branch
  • Loading branch information
paragonie-security authored Jul 15, 2024
2 parents fcdcb11 + 34c2d27 commit baa4424
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 baa4424

Please sign in to comment.