Skip to content

Commit 479b215

Browse files
committed
remove branch alias
1 parent 9201736 commit 479b215

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,11 @@
3838
"config": {
3939
"allow-plugins": {
4040
"composer/installers": true,
41-
"silverstripe/vendor-plugin": true,
42-
"silverstripe/recipe-plugin": true
41+
"silverstripe/recipe-plugin": true,
42+
"silverstripe/vendor-plugin": true
4343
},
4444
"process-timeout": 600
4545
},
46-
"extra": {
47-
"branch-alias": {
48-
"dev-master": "4.x-dev"
49-
}
50-
},
5146
"scripts": {
5247
"lint": "vendor/bin/phpcs src/ tests/",
5348
"lint-clean": "vendor/bin/phpcbf src/ tests/"

0 commit comments

Comments
 (0)