Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
MIT License
290
stars
41
forks
source link
GJZ-3 conflict marker for cweagans/composer-patches #94
A partial solution for #66 - both modules use extra.patches but with different syntax, so if one module is installed and in use, and the other gets installed, unpredictable behaviour results without clear warnings.
(note - I tried creating a unit test for this, but couldn't get any tests to run after a few hours of hacking)
A partial solution for #66 - both modules use
extra.patches
but with different syntax, so if one module is installed and in use, and the other gets installed, unpredictable behaviour results without clear warnings.(note - I tried creating a unit test for this, but couldn't get any tests to run after a few hours of hacking)