fix composer merge plugin#508
Conversation
|
seems like this fixes it! 🎉 |
Co-authored-by: dena <91744937+deer-wmde@users.noreply.github.com>
|
So after our chat today I think we want to merge this right? fwiw I tried running |
|
a) I'm worried how understandable what is going on is: is there a way to make this clearer? |
I have tried to make this much clearer and add links to the upstream solutions that are still out there cooking |
This patch fixes some unusual behaviour of the composer-merge-plugin that prevents it from installing using the composer.lock file precisely.
Previously we worked around this by installing composer in a standalone environment to prevent it running
composer update. Unfortunately this was broken by the newallow-pluginsconcept and worked around in #489 but this also prevented the install of packages from composer-merge-plugin.