Skip to content

Commit a52c6c9

Browse files
committed
update composer manifest
1 parent 9e01ac9 commit a52c6c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,13 @@
6363
"test": "phpunit --coverage-text; php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes",
6464
"phpunit": "phpunit --coverage-text",
6565
"phpcs": "php-cs-fixer fix -vv --diff --dry-run --allow-risky=yes"
66+
},
67+
"extra": {
68+
"branch-alias": {
69+
"dev-master": "4.x-dev"
70+
}
71+
},
72+
"config": {
73+
"sort-packages": true
6674
}
6775
}

0 commit comments

Comments
 (0)