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

Commit 6e5cb13

Browse files
committed
Minor edits
1 parent 843255e commit 6e5cb13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See the examples at the end of this section for help specifying different releas
7979
composer remove magento/product-community-edition --no-update
8080
```
8181

82-
1. Choose one of the following `composer` commands based on the PHP version, and run the command to upgrade your instance. For PHP 7.3 and later, use the `require-commerce` syntax.
82+
1. Choose one of the following `composer` commands based on the PHP version, and run the command to upgrade your instance.
8383

8484

8585
For 7.3 or higher:
@@ -108,7 +108,7 @@ See the examples at the end of this section for help specifying different releas
108108

109109
`--help` - (Optional) Provides usage details about the plugin.
110110

111-
If neither `--interactive-magento-conflicts` nor `--use-default-magento-values` are specified, the command keeps the existing values that are in conflict and displays a warning message.
111+
If neither `--interactive-root-conflicts` nor `--force-root-updates` (or their PHP 7.2 equivalents) are specified, the command keeps the existing values that are in conflict and displays a warning message.
112112

113113
To learn more about the plugin, refer to one of the following Plugin Usage README files:
114114

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ See the examples at the end of this section for help specifying different releas
134134

135135
```bash
136136
composer update
137+
137138
### Example - Minor release
138139
139140
Minor releases contain new features, quality fixes, and security fixes. Use Composer to specify a minor release. For example, to specify the {{site.data.var.ee}} 2.4.3 metapackage:

0 commit comments

Comments
 (0)