- Require composer-patches:
composer require cweagans/composer-patches - Add the patches section to your
composer.jsonextra field. - Remove existing packages:
rm -rf vendor/magento/module-sales vendor/magento/framework - Run
composer installto re-install and apply patches.
- Download the
github-issue-22590.diffand save it toMAGENTO_ROOT/patches/composer/ - Require composer-patches:
composer require cweagans/composer-patches - Add the patches section to your
composer.jsonextra field. - Remove existing packages:
rm -rf vendor/magento/framework - Run
composer installto re-install and apply patches.
OlderNewer