mirror of
https://github.com/php-win-ext/php-windows-builder.git
synced 2026-04-28 03:03:19 +02:00
Fix parsing composer.json
This commit is contained in:
@@ -98,7 +98,7 @@ Function Get-ExtensionConfig {
|
||||
$extension += "-$($_.Value)"
|
||||
}
|
||||
$config.extensions += $extension
|
||||
} else {
|
||||
} elseif(-not($_.Name -match "php")) {
|
||||
# If using the stub composer.json
|
||||
$Libraries += $_.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user