Add support for phive

This commit is contained in:
Shivam Mathur
2020-01-21 01:40:24 +05:30
parent 5108c81610
commit 9d6b61c5af
6 changed files with 103 additions and 3 deletions

View File

@ -115,6 +115,11 @@ Function Add-Tool() {
Add-Log $cross $tool "Could not add $tool"
}
}
if($tool -eq "phive") {
Add-Extension curl >$null 2>&1
Add-Extension mbstring >$null 2>&1
Add-Extension xml >$null 2>&1
}
}
Function Add-Composer-Tool() {