Type
library
Replace core packages from Magento
library
OSL-3.0
None
None
None
None
This repository contains a composer meta-package that removes optional modules. To install this package, use the following steps:
Require the composer plugin to manage replacements via a special composer replace:* command-line:
composer require yireo/magento2-replace-tools
Use the new command-line to add the meta-package of this specific repository to your root composer.json:
composer replace:bulk:add yireo/magento2-replace-core
Verify that your meta-information regarding composer replacements is correct:
composer replace:validate
Rebuild your root composer.json its replace section:
composer replace:build
Rebuild your composer dependencies:
composer update
See the package yireo/magento2-replace-tools. for more details.