wikimedia / composer-merge-plugin

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

Fix #218: Respect composer lock #219

Open Oscaner opened 3 years ago

Oscaner commented 3 years ago

Respect composer lock, no update any packages during package install.

raileanunalexandru commented 2 years ago

We have tested this in quite a few scenarios and it's correctly respecting the intended functionality. Can we have this released via a new tag so we can properly make use of it? Patching this via composer doesn't work, so at the moment we have to reference this commit instead of the regular tag.

Maybe @reedy if you could have a look please?

raileanunalexandru commented 2 years ago

Hi @reedy thank you for your activity on this. Since this seems to have been forgotten by the initiator, i have made a new pull request to address this by fixing the indentation giving credit to the author. Could we maybe close this pull request the have a look into the new one here? https://github.com/wikimedia/composer-merge-plugin/pull/232

Thank you!