We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e3e8 commit fd72054Copy full SHA for fd72054
composer.json
@@ -36,6 +36,11 @@
36
"dealerdirect/phpcodesniffer-composer-installer": true
37
}
38
},
39
+ "extra": {
40
+ "branch-alias": {
41
+ "dev-master": "1.x-dev"
42
+ }
43
+ },
44
"scripts": {
45
"lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --exclude test_utils",
46
"cs": "@php ./vendor/bin/phpcs --standard=yCodeTech",
0 commit comments