Remove superfluous parameter from composer.json

This commit is contained in:
Ismail El Korchi 2020-04-09 17:55:51 +01:00
parent 4c37d815de
commit 27ddf843e3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"php-parallel-lint/php-parallel-lint": "^1.2.0"
},
"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 ."
},
"support": {