mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-28 09:33:53 +07:00
Add support for phive
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user