Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ubermanu/magento2-patches
- Owner: ubermanu
- Created: 2022-02-19T16:58:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T18:34:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T06:06:37.043Z (3 months ago)
- Topics: composer, composer-patches, magento2
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).