You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
@@ -96,17 +99,20 @@ See the examples at the end of this section for help specifying different releas
96
99
97
100
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.3.7`.
98
101
99
-
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
102
+
`--interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
103
+
104
+
`--use-default-magento-values` - (Optional) Overrides all conflicting custom values with the expected Magento values.
105
+
106
+
`--no-update` - (Required) Disables the automatic update of the dependencies.
100
107
101
-
`--force-root-updates` - (Optional) Overrides all conflicting custom values with the expected Magento values.
108
+
`--help` - (Optional) Provides usage details about the plugin.
102
109
103
-
`--no-update` - (Optional) Disables the automatic update of the dependencies.
110
+
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.
104
111
105
-
If neither `--interactive-root-conflicts` nor `--force-root-updates` are specified, the command keeps the existing values that are in conflict and displays a warning message.
112
+
To learn more about the plugin, refer to one of the following Plugin Usage README files:
106
113
107
-
{:.bs-callout-tip}
108
-
Use `composer require-commerce --help` to learn more about available options.
109
-
To learn more about usage of the plugin, refer to the [Plugin Usage](https://github.com/magento/composer-root-update-plugin/blob/0.1/src/Magento/ComposerRootUpdatePlugin/README.md#usage).
114
+
- [PHP 7.3 or higher](https://github.com/magento/composer-root-update-plugin/blob/develop/src/Magento/ComposerRootUpdatePlugin/README.md)
115
+
- [PHP 7.2 or lower](https://github.com/magento/composer-root-update-plugin/blob/0.1/src/Magento/ComposerRootUpdatePlugin/README.md)
Copy file name to clipboardExpand all lines: src/guides/v2.4/comp-mgr/cli/cli-upgrade.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Do not use this method to upgrade if you cloned the Magento 2 GitHub repository.
21
21
The following instructions show you how to upgrade Magento using Composer. Magento 2.4.2 introduced support for Composer 2. If you are attempting to upgrade from Magento <2.4.1, you must first upgrade to a version of Magento that is compatible with Composer 2 (for example, 2.4.2) using Composer 1 _before_ upgrading to Composer 2 for Magento >2.4.2 upgrades. In addition, you must be running a [supported version]({{page.baseurl}}/install-gde/system-requirements.html) of PHP.
22
22
23
23
{:.bs-callout-warning}
24
-
The procedure for upgrading {{site.data.var.ce}} and {{site.data.var.ee}} has changed. You must install a new version of the Composer updateplugin. In addition, the commands for upgrading have changed from `composer require magento/<package_name>` to `composer require-commerce magento/<package_name>`.
24
+
The procedure for upgrading {{site.data.var.ce}} and {{site.data.var.ee}} has changed. You must install a new version of the `magento/composer-root-update-plugin` package. In addition, the commands for upgrading have changed from `composer require magento/<package_name>` to `composer require-commerce magento/<package_name>`.
25
25
26
26
## Before you begin {#prerequisites}
27
27
@@ -78,26 +78,26 @@ See the examples at the end of this section for help specifying different releas
78
78
1. Run the `composer require-commerce`command to upgrade your instance. The command has the following syntax:
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must either `product-community-edition` or `product-enterprise-edition`.
86
+
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must be either `product-community-edition` or `product-enterprise-edition`.
87
87
88
88
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.4.3`.
89
89
90
-
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
90
+
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions, or any customized values that do not match the version you are upgrading to.
91
91
92
92
`--force-root-updates` - (Optional) Overrides all conflicting custom values with the expected Magento values.
93
93
94
-
`--no-update` - (Optional) Disables the automatic update of the dependencies.
94
+
`--no-update` - (Required) Disables the automatic update of the dependencies.
95
+
96
+
`--help` - (Optional) Provides usage details about the plugin.
95
97
96
98
If neither `--interactive-root-conflicts` nor `--force-root-updates` are specified, the command keeps the existing values that are in conflict and displays a warning message.
97
99
98
-
{:.bs-callout-tip}
99
-
Use `composer require-commerce --help` to learn more about available options.
100
-
To learn more about usage of the plugin, refer to the [Plugin Usage](https://github.com/magento/composer-root-update-plugin/blob/0.1/src/Magento/ComposerRootUpdatePlugin/README.md#usage).
100
+
To learn more about the plugin, refer to the [Plugin Usage README](https://github.com/magento/composer-root-update-plugin/blob/develop/src/Magento/ComposerRootUpdatePlugin/README.md).
0 commit comments