Composer version in SoftwareReport.Common.ps1 #5310
GaborMihaly
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@GaborMihaly , Thank you for mentioned about this issue. I will prepare a fix and let you know. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All!
Let me share my experience and finding.
I found today this that for
composer --version
command from version 2.3.0 the response will beComposer 2.3.0 2022-03-30 11:15:36
so the line 161 in images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 file should be($(composer --version)) -match "Composer (?<version>\d+\.\d+\.\d+)" | Out-Null
instead of
($(composer --version)) -match "Composer version (?<version>\d+\.\d+\.\d+)" | Out-Null
anyway the software report build will fail with
Software list with blank version:
- Composer
Beta Was this translation helpful? Give feedback.
All reactions