We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e46fbc commit 8e1ac63Copy full SHA for 8e1ac63
composer.json
@@ -37,12 +37,10 @@
37
},
38
"scripts": {
39
"cs:check": [
40
- "@putenv PHP_CS_FIXER_IGNORE_ENV=1",
41
- "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php --ansi"
+ "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php --ansi --allow-unsupported-php-version=yes"
42
],
43
"cs:fix": [
44
45
- "php-cs-fixer fix --config=.cs.php --ansi --verbose"
+ "php-cs-fixer fix --config=.cs.php --ansi --verbose --allow-unsupported-php-version=yes"
46
47
"sniffer:check": "phpcs --standard=phpcs.xml",
48
"sniffer:fix": "phpcbf --standard=phpcs.xml",
0 commit comments