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 5c60924 commit 370b283Copy full SHA for 370b283
composer.json
@@ -66,7 +66,7 @@
66
"deptrac analyze --config-file=./ci/deptrac/config.yml --cache-file=./ci/deptrac/.cache --no-interaction --no-progress"
67
],
68
"php-cs-fixer": [
69
- "php-cs-fixer fix --config=./ci/php-cs-fixer/config.php --show-progress=none --no-interaction --diff -v"
+ "php-cs-fixer fix --config=./ci/php-cs-fixer/config.php --allow-unsupported-php-version=yes --show-progress=none --no-interaction --diff -v"
70
71
"phpstan": [
72
"phpstan analyse --configuration=./ci/phpstan/config.neon"
0 commit comments