Skip to content

Commit fc4387f

Browse files
authored
Merge pull request #7715 from ddevsr/patch-1
chore: `disableProcessTimeout` in `analyze` script
2 parents ef387aa + d834166 commit fc4387f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
7878
],
7979
"analyze": [
80+
"Composer\\Config::disableProcessTimeout",
8081
"bash -c \"XDEBUG_MODE=off phpstan analyse\"",
8182
"rector process --dry-run"
8283
],

0 commit comments

Comments
 (0)