Fix parsing composer.json

This commit is contained in:
Shivam Mathur
2024-03-28 17:16:46 +05:30
parent d35638997e
commit 23ebdfaa61
@@ -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
}