Fixed Composer "empty" version (#5334)

Although 137c29497d fixed the previous issue, they've done something: 03b7882ac2
Returns "Composer 2.3.3" as expected.
This commit is contained in:
Martin G
2022-04-04 05:29:17 -04:00
committed by GitHub
parent 710d5de922
commit 2f36af5003

View File

@@ -158,7 +158,7 @@ function Get-CondaVersion {
}
function Get-ComposerVersion {
composer --version | Take-Part -Part 0,1
composer --version | Take-Part -Part 0,2
}
function Get-NugetVersion {