szeidler / composer-patches-cli

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

Support patch command from subdirectories #3

Closed szeidler closed 6 years ago

szeidler commented 6 years ago

Add a PatchBaseCommand, that automatically changes the working directory to the root composer.json

Mimics the support for calling Composer from subdirectories.

It's intended to resolve #1