Fixed Composer "empty" version (#5334)
Although https://github.com/martingem/virtual-environments/commit/137c29497d4b02e00551c45bc94e469bc90f12c0 fixed the previous issue, they've done something: https://github.com/composer/composer/commit/03b7882ac231d19e9373ed33a8e71d7bb5b280c1 Returns "Composer 2.3.3" as expected.
This commit is contained in:
@@ -158,7 +158,7 @@ function Get-CondaVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-ComposerVersion {
|
function Get-ComposerVersion {
|
||||||
composer --version | Take-Part -Part 0,1
|
composer --version | Take-Part -Part 0,2
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-NugetVersion {
|
function Get-NugetVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user