wikimedia / composer-merge-plugin

Merge one or more additional composer.json files at Composer runtime
MIT License
923 stars 160 forks source link

Fix #218: Respect composer lock #232

Closed raileanunalexandru closed 1 year ago

raileanunalexandru commented 2 years ago

Credit goes to the authors of the initial pull request: https://github.com/wikimedia/composer-merge-plugin/pull/219

I have created this new pull request because the original one was not being updated to fix the indentation.

raileanunalexandru commented 2 years ago

Hi @reedy could you please have a look into this pull request? At this moment there are a couple of projects which need to reference a commit in order to prevent issues, instead of using a proper release tag.

FreekVandeursen commented 1 year ago

+1

Would be great to see this solved. In the current situation I need to do a git checkout of the lock file, and then rerun composer install on each new deployment