mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-05 21:24:40 +07:00
Add support for vapor-cli and infection tools
This commit is contained in:
@ -159,8 +159,6 @@ Function Add-Tool() {
|
||||
} catch { }
|
||||
}
|
||||
if($tool -eq "phive") {
|
||||
Add-Extension curl >$null 2>&1
|
||||
Add-Extension mbstring >$null 2>&1
|
||||
Add-Extension xml >$null 2>&1
|
||||
} elseif($tool -eq "cs2pr") {
|
||||
(Get-Content $php_dir/cs2pr).replace('exit(9)', 'exit(0)') | Set-Content $php_dir/cs2pr
|
||||
|
Reference in New Issue
Block a user