patch-installer
patch-installer copied to clipboard
Patch other composer packages on install or update
https://github.com/squizlabs/PHP_CodeSniffer/pull/179 How does the installer interact with composer installed PHARSs? Can it install custom bundles? Is there even an issue here?
Need to consider various composer update types: - vcs (git) - archive others? Since the patch may be applied to a range of target versions it might break/ be broken...
There may be a need to fall back to such brute force approach. It however should not be encouraged.