We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ad78c commit 98d7f2cCopy full SHA for 98d7f2c
1 file changed
composer.json
@@ -59,7 +59,7 @@
59
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git"
60
],
61
"check-cs": [
62
- "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
+ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-"
63
64
"fix-cs": [
65
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
0 commit comments