Skip to content

Commit 90e622f

Browse files
authored
Update README.md
1 parent 43d6e0f commit 90e622f

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,4 @@
11
# Magento 2 removal of optional bundled 3rd party modules
2-
This repository contains a composer meta-package that removes optional modules. To install this package, use the following steps:
32

4-
Require the composer plugin to manage replacements via a special `composer replace:*` command-line:
5-
```bash
6-
composer require yireo/magento2-replace-tools
7-
```
3+
This repository contains a composer meta-package that removes optional modules. To install this package, use the instructions on the repository [`yireo/magento2-replace-tools`.](https://github.com/yireo/magento2-replace-tools)
84

9-
Use the new command-line to add the meta-package of this specific repository to your root `composer.json`:
10-
```bash
11-
composer replace:bulk:add yireo/magento2-replace-bundled
12-
```
13-
14-
Verify that your meta-information regarding composer replacements is correct:
15-
```bash
16-
composer replace:validate
17-
```
18-
19-
Rebuild your root `composer.json` its `replace` section:
20-
```bash
21-
composer replace:build
22-
```
23-
24-
Rebuild your composer dependencies:
25-
```bash
26-
composer update
27-
```
28-
29-
See the package [`yireo/magento2-replace-tools`.](https://github.com/yireo/magento2-replace-tools) for more details.

0 commit comments

Comments
 (0)