Skip to content

Commit fd72054

Browse files
committed
build: allow dev master to be installed
1 parent 4a7e3e8 commit fd72054

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"dealerdirect/phpcodesniffer-composer-installer": true
3737
}
3838
},
39+
"extra": {
40+
"branch-alias": {
41+
"dev-master": "1.x-dev"
42+
}
43+
},
3944
"scripts": {
4045
"lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --exclude test_utils",
4146
"cs": "@php ./vendor/bin/phpcs --standard=yCodeTech",

0 commit comments

Comments
 (0)