We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
disableProcessTimeout
analyze
1 parent 8024ff9 commit d834166Copy full SHA for d834166
1 file changed
composer.json
@@ -77,6 +77,7 @@
77
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
78
],
79
"analyze": [
80
+ "Composer\\Config::disableProcessTimeout",
81
"bash -c \"XDEBUG_MODE=off phpstan analyse\"",
82
"rector process --dry-run"
83
0 commit comments