Skip to content

Commit 8e9cc30

Browse files
authored
Merge pull request #7607 from paulbalandan/disable-process-timeout
chore: add Composer\Config::disableProcessTimeout
2 parents 52a2372 + 33f2db4 commit 8e9cc30

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)