vagento / enable-patching
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^2.0
- cweagans/composer-patches: *
Requires (Dev)
- composer/composer: ^2.0
README
This package adds { 'extra': { 'enable-patching': true } } to the composer.json file. Needed for the cweagans/composer-patches package, so that sub-packages can automatically install patches, without forcing the user to add 'enable-patching' to the file manually.
Installation
composer require vagento/enable-patching
Usage
That's it. You will be asked to run composer install/update/dump-autoload again, so already existing patches in sub-packages can be installed.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2021 Valentin Wotschel.
This project is MIT licensed.