enterdev/composer-medic
Composer 安装命令:
composer require enterdev/composer-medic
包简介
Provides a simple and flexible way to patch Composer packages.
README 文档
README
Composer plugin to install patches to vendor repositories
#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.
If patches list is changed, the package will be reinstalled and all the patches applied again.
统计信息
- 总下载量: 187
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2016-12-28