composer-plugin composer-medic
Provides a simple and flexible way to patch Composer packages.
enterdev/composer-medic
Provides a simple and flexible way to patch Composer packages.
- Thursday, December 29, 2016
- by enter-is
- Repository
- 2 Watchers
- 0 Stars
- 119 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 11 % Grown
composer-medic
Composer plugin to install patches to vendor repositories, (*1)
Installation
- composer require enterdev/composer-medic
- add medic.lock to your .gitignore (or any other -ignore)
- add the following to your composer.json:
"extra": {
"medic": {
"<vendor/package>|<path>": {
"<path_to_patch.patch>": "<description of the patch>"
}
}
}
You may have the patches in your main repository or in the dependencies, they will be installed after all the packages are installed., (*2)
If patches list is changed, the package will be reinstalled and all the patches applied again., (*3)
dev-master
9999999-dev
Provides a simple and flexible way to patch Composer packages.
Sources
Download
BSD-2-Clause
The Requires
-
php >=5.3.0
-
composer-plugin-api ^1.0
The Development Requires
by
Jevgenijs Vihnevics
1.0.0
1.0.0.0
Provides a simple and flexible way to patch Composer packages.
Sources
Download
BSD-2-Clause
The Requires
-
php >=5.3.0
-
composer-plugin-api ^1.0
The Development Requires
by
Jevgenijs Vihnevics