debug-composer-conflicts
Installation
SKILL.md
Debug Composer Conflicts
Workflow
- Run
composer why-notor inspect Composer's solver output. - Check PHP version, Laravel version, package constraints, minimum stability, and plugin allowances.
- Confirm whether security advisories are blocking a version.
- Prefer updating constraints honestly over forcing ignored advisories.
- Update docs and CI matrix when support changes.
- Re-run
composer update --dry-runor the intended install/update command.
Verification
composer validatepasses.- The intended
composer requireorcomposer updatesucceeds.