Skip to content

Commit

Permalink
branch alias 5.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Aug 13, 2024
1 parent 9201736 commit 7fe7d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"process-timeout": 600
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
"dev-master": "5.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 7fe7d9e

Please sign in to comment.