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

@ -80,6 +80,9 @@ add_tool() {
else
add_log "$cross" "$tool" "Could not setup $tool"
fi
if [ "$tool" = "composer" ]; then
composer -q global config process-timeout 0
fi
}
add_composer_tool() {