ComposerManifestMerger needs to check version numbers.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the ComposerManifestMerger entry point and inspect how same-package requirements are currently combined. Reproduce a merge with differing version requirements, then verify that the merged manifest requires the highest version and determine whether the optional warning or notice is covered by existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100