Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubermanu/magento2-patches

🛠 Composer patches for Magento 2
https://github.com/ubermanu/magento2-patches

composer composer-patches magento2

Last synced: about 2 months ago
JSON representation

🛠 Composer patches for Magento 2

Awesome Lists containing this project

README

        

# Magento 2 Patches

A collection of patches for Magento 2.

## Usage

Install [cweagans/composer-patches](https://github.com/cweagans/composer-patches) in your project.

composer require cweagans/composer-patches

Add the patches you need to your `composer.json`:

```json
{
"extra": {
"patches": {
"magento/magento2-functional-testing-framework": [
"https://ubermanu.github.io/magento2-patches/magento/magento2-functional-testing-framework/fix_xdebug_disable.patch"
]
}
}
}
```

## Patches

Check the list of available patches [here](PATCHES.md).