The ComposerManifestMerger currently just merges same package requires together regardless of the version, last wins. This should be changed to check versions and result in the highest version being actually required in the merged manifest (+ maybe a warning/notice output about the fact that multiple vesions were required).
The
ComposerManifestMergercurrently just merges same package requires together regardless of the version, last wins. This should be changed to check versions and result in the highest version being actually required in the merged manifest (+ maybe a warning/notice output about the fact that multiple vesions were required).