File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
images/macos/software-report Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ $packageManagement = $installedSoftware.AddHeader("Package Management")
7070$packageManagement.AddToolVersion (" Bundler" , $ (Get-BundlerVersion ))
7171$packageManagement.AddToolVersion (" Carthage" , $ (Get-CarthageVersion ))
7272$packageManagement.AddToolVersion (" CocoaPods" , $ (Get-CocoaPodsVersion ))
73- $packageManagement.AddToolVersion (" Composer" , $ (Get-ComposerVersion ))
73+ if (-not $os.IsVenturaArm64 ) {
74+ $packageManagement.AddToolVersion (" Composer" , $ (Get-ComposerVersion ))
75+ }
7476$packageManagement.AddToolVersion (" Homebrew" , $ (Get-HomebrewVersion ))
7577if ((-not $os.IsVentura ) -and (-not $os.IsVenturaArm64 )) {
7678 $packageManagement.AddToolVersion (" Miniconda" , $ (Get-CondaVersion ))
You can’t perform that action at this time.
0 commit comments