Disable composer process-timeout

This commit is contained in:
Shivam Mathur
2020-01-14 12:06:52 +05:30
parent a2dd688679
commit c4317135df
3 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,7 @@ Function Add-Tool() {
)
if($tool -eq "composer") {
Install-Composer -Scope System -Path $php_dir -PhpPath $php_dir
composer -q global config process-timeout 0
Add-Log $tick $tool "Added"
} else {
if (Test-Path $php_dir\$tool) {