hryvinskyi/magento2-composer-quality-patches
最新稳定版本:1.0.2
Composer 安装命令:
composer require hryvinskyi/magento2-composer-quality-patches
包简介
Composer plugin for automatic Magento quality patches installation
README 文档
README
Automatically applies Magento quality patches during composer install and composer update.
Features
- Automatically applies patches from
magento/quality-patches
Installation
composer require hryvinskyi/magento2-composer-quality-patches
Configuration
Add configuration to your composer.json to specify which patches to install:
{
"extra": {
"hryvinskyi-quality-patches": {
"enabled": true,
"patches": [
"ACSD-52277",
"ACSD-63326",
"ACSD-58108"
]
}
}
}
Configuration Options
- enabled (bool, default:
true): Enable or disable the plugin - patches (array, default:
[]): List of patch IDs to apply
Requirements
- PHP 8.1+
- Composer 2.0+
magento/quality-patchesormagento/magento-cloud-patchespackage
License
MIT
统计信息
- 总下载量: 97
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-17