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

Commit a4ade8e

Browse files
committed
more review comments
1 parent 3ba5461 commit a4ade8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ See the examples at the end of this section for help specifying different releas
8181

8282
1. Choose one of the following `composer` commands based on the PHP version, and run the command to upgrade your instance.
8383

84-
8584
For 7.3 or higher:
8685

8786
```bash
@@ -157,15 +156,15 @@ See the examples at the end of this section for help specifying different releas
157156
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.3.7 metapackage:
158157

159158
```bash
160-
composer require magento/product-community-edition 2.3.7 --no-update
159+
composer require-commerce magento/product-community-edition 2.3.7 --no-update
161160
```
162161

163162
### Example - Quality patch
164163

165164
Quality patches primarily contain functional _and_ security fixes. However, they can also sometimes contain new, backward-compatible features. Use Composer to download a quality patch. For example, to specify the {{site.data.var.ee}} 2.3.7 metapackage:
166165

167166
```bash
168-
composer require magento/product-community-edition 2.3.7 --no-update
167+
composer require-commerce magento/product-community-edition 2.3.7 --no-update
169168
```
170169

171170
### Example - Security patch
@@ -175,7 +174,7 @@ Security patches contain security fixes only. They are designed to make the upgr
175174
Security patches use the Composer naming convention `2.3.x-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.3.6-p1 metapackage:
176175

177176
```bash
178-
composer require magento/product-community-edition 2.3.6-p1 --no-update
177+
composer require-commerce magento/product-community-edition 2.3.6-p1 --no-update
179178
```
180179

181180
## Update metadata

0 commit comments

Comments
 (0)