hryvinskyi / magento2-composer-quality-patches
Composer plugin for automatic Magento quality patches installation
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/hryvinskyi/magento2-composer-quality-patches
Requires
- php: ^8.1
- composer-plugin-api: ^2.0
- symfony/process: ^5.0|^6.0|^7.0
Requires (Dev)
- composer/composer: ^2.0
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