mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-10 23:04:07 +07:00
Enable extensions required for installing composer packages
This commit is contained in:
@ -199,6 +199,7 @@ Function Add-Composertool() {
|
||||
Add-Log $cross $tool "Skipped"
|
||||
Return
|
||||
}
|
||||
Enable-PhpExtension -Extension mbstring, openssl -Path $php_dir
|
||||
$log = Add-ComposertoolHelper -tool $tool -release $release -prefix $prefix -scope $scope
|
||||
if(Test-Path $composer_bin\composer) {
|
||||
Copy-Item -Path "$bin_dir\composer" -Destination "$composer_bin\composer" -Force
|
||||
|
Reference in New Issue
Block a user