Skip to content

Commit

Permalink
Merge pull request #58 from Yoast/JRF/composer-update-for-yoastcs-2.3.1
Browse files Browse the repository at this point in the history
Composer/PHPCS: update for YoastCS 2.3.1
  • Loading branch information
jrfnl committed Sep 23, 2023
2 parents 12ad78c + 98d7f2c commit 1762945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git"
],
"check-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-"
],
"fix-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
Expand Down

0 comments on commit 1762945

Please sign in to comment.