Skip to content

Commit 33f2db4

Browse files
committed
chore: add Composer\Config::disableProcessTimeout
1 parent 52a2372 commit 33f2db4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@
8383
"sa": "@analyze",
8484
"test": "phpunit",
8585
"cs": [
86+
"Composer\\Config::disableProcessTimeout",
8687
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
8788
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.no-header.php",
8889
"php-cs-fixer fix --ansi --verbose --dry-run --diff"
8990
],
9091
"cs-fix": [
92+
"Composer\\Config::disableProcessTimeout",
9193
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
9294
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
9395
"php-cs-fixer fix --ansi --verbose --diff"

0 commit comments

Comments
 (0)