Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3ba5461

Browse files
committed
Minor edits
1 parent 6e5cb13 commit 3ba5461

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/guides/v2.3/comp-mgr/cli/cli-upgrade.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Complete the following prerequisites to prepare your environment before starting
4141

4242
The plugin partially automates the manual upgrade by identifying and helping you resolve dependency conflicts instead of requiring you to identify and fix them manually.
4343

44+
To install the plugin when using PHP 7.3 or higher:
45+
46+
```bash
47+
composer require magento/composer-root-update-plugin ~2.0 --no-update
48+
```
49+
4450
To install the plugin when using PHP 7.2 or lower:
4551

4652
{:.bs-callout-info}
@@ -50,12 +56,6 @@ Complete the following prerequisites to prepare your environment before starting
5056
composer require magento/composer-root-update-plugin ~1.1 --no-update
5157
```
5258

53-
To install the plugin when using PHP 7.3 or higher:
54-
55-
```bash
56-
composer require magento/composer-root-update-plugin ~2.0 --no-update
57-
```
58-
5959
Update the dependencies:
6060

6161
```bash

0 commit comments

Comments
 (0)