Is there a reason that 3rd-party vendor packages are bundled into this package? Composer is installing all vendor packages separately, as well, so we end up with duplicates.
Seeing this error for many packages... example on my local filesystem:
Warning: Ambiguous class resolution, "AWS\CRT\OptionValue" was found in both "/Library/WebServer/lib/Cockpit/lib/vendor/cockpit-hq/cockpit/lib/vendor/aws/aws-crt-php/src/AWS/CRT/Options.php" and "/Library/WebServer/lib/Cockpit/lib/vendor/aws/aws-crt-php/src/AWS/CRT/Options.php", the first will be used.
Is there a reason that 3rd-party vendor packages are bundled into this package? Composer is installing all vendor packages separately, as well, so we end up with duplicates.
Seeing this error for many packages... example on my local filesystem: