Closed freshp closed 1 year ago
Hey,
is there any way to prevent executing patches from sub-packages, but allow executing the given patch from the main project composer json?
thank you in advance.
Example:
{ "require": { "yidas/yii2-composer-bower-skip": "~2.0.13", "cweagans/composer-patches": "~1.0", "yiisoft/yii2-authclient": "^2.2", "yiisoft/yii2-debug": "^2.1", "phpunit/phpunit": "^9.2" }, "extra": { "patches": { "bower-asset/bootstrap-table": { "exampe patch": "some patch location" } } } }
There's no way to do that in 1.x, but main doesn't resolve patches from dependencies at all.
main
Hey,
is there any way to prevent executing patches from sub-packages, but allow executing the given patch from the main project composer json?
thank you in advance.
Example: