szeidler / composer-patches-cli

Adds a CLI wrapper for cweagans/composer-patches
MIT License
28 stars 8 forks source link

Support inline patch definitions in the root composer.json #22

Closed szeidler closed 4 years ago

szeidler commented 4 years ago

This pull request let composer-patches-cli support composer inline patches, means patch definitions declared in the root composer.json instead of a separate patch file.

This should tackle #21

szeidler commented 4 years ago

I merged it in now. We can refactor it in future.