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

1.0.0 2025-11-17 20:06 UTC

This package is auto-updated.

Last update: 2025-11-17 20:10:46 UTC


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-patches or magento/magento-cloud-patches package

License

MIT