Utility to automatically resolve composer.lock
git conflicts.
npm i -g resolve-composer-conflict
resolve-composer-conflict <branch>
- Merges the specified branch into the current branch if a merge is not already in progress
- Prompts manual resolution of other conflicts if applicable
- Resolves the
composer.lock
conflict by applying the current branch's updated dependencies to the merge branch's locked versions - Commits the merge with a description of the conflicting files