forked from mirror/_s
Merge pull request #1393 from Ismail-elkorchi/fix-wpcs-command
Remove superfluous parameter from composer.json
This commit is contained in:
commit
15b7f3bb39
|
@ -23,7 +23,7 @@
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.2.0"
|
"php-parallel-lint/php-parallel-lint": "^1.2.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-",
|
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
||||||
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ."
|
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ."
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
|
|
Reference in New Issue