composer-patches-cli icon indicating copy to clipboard operation
composer-patches-cli copied to clipboard

Check if package is installed

Open esolitos opened this issue 6 years ago • 0 comments

Currently there's no check if a package to be patched is actually installed.

A command like the following will run just fine, even if the package foo is not required.

composer patch-add foo "example patch" http://example.com/patch.diff

esolitos avatar May 03 '18 14:05 esolitos