We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52a2372 + 33f2db4 commit 8e9cc30Copy full SHA for 8e9cc30
1 file changed
composer.json
@@ -83,11 +83,13 @@
83
"sa": "@analyze",
84
"test": "phpunit",
85
"cs": [
86
+ "Composer\\Config::disableProcessTimeout",
87
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
88
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.no-header.php",
89
"php-cs-fixer fix --ansi --verbose --dry-run --diff"
90
],
91
"cs-fix": [
92
93
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
94
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
95
"php-cs-fixer fix --ansi --verbose --diff"
0 commit comments