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.
@@ -81,16 +81,17 @@ See the examples at the end of this section for help specifying different releas
81
81
82
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.
@@ -99,11 +100,11 @@ See the examples at the end of this section for help specifying different releas
99
100
100
101
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.3.7`.
101
102
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
+
`--no-update` - (Required) Disables the automatic update of the dependencies.
103
104
104
-
`--use-default-magento-values` - (Optional) Overrides all conflicting custom values with the expected Magento values.
105
+
`--interactive-root-conflicts` or `interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
105
106
106
-
`--no-update` - (Required) Disables the automatic update of the dependencies.
107
+
`--force-root-updates` or `--use-default-magento-values` - (Optional) Overrides all conflicting custom values with the expected Magento values.
107
108
108
109
`--help` - (Optional) Provides usage details about the plugin.
109
110
@@ -112,20 +113,20 @@ See the examples at the end of this section for help specifying different releas
112
113
To learn more about the plugin, refer to one of the following Plugin Usage README files:
113
114
114
115
- [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)
116
+
- [PHP 7.2 or lower](https://github.com/magento/composer-root-update-plugin/blob/1.1/src/Magento/ComposerRootUpdatePlugin/README.md)
@@ -145,30 +146,36 @@ See the examples at the end of this section for help specifying different releas
145
146
146
147
</div>
147
148
149
+
1. Update the dependencies:
150
+
151
+
```bash
152
+
composer update
153
+
```
154
+
148
155
### Example - Minor release
149
156
150
157
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:
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:
Security patches contain security fixes only. They are designed to make the upgrade process faster and easier.
167
174
168
-
Security patches use the Composer naming convention `2.3.6-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.3.6-p1 metapackage:
175
+
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:
@@ -87,12 +87,12 @@ See the examples at the end of this section for help specifying different releas
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
+
`--no-update` - (Required) Disables the automatic update of the dependencies.
91
+
90
92
`--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
93
92
94
`--force-root-updates` - (Optional) Overrides all conflicting custom values with the expected Magento values.
93
95
94
-
`--no-update` - (Required) Disables the automatic update of the dependencies.
95
-
96
96
`--help` - (Optional) Provides usage details about the plugin.
97
97
98
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.
@@ -104,13 +104,13 @@ See the examples at the end of this section for help specifying different releas
@@ -130,30 +130,34 @@ See the examples at the end of this section for help specifying different releas
130
130
131
131
</div>
132
132
133
+
1. Update the dependencies:
134
+
135
+
```bash
136
+
composer update
133
137
### Example - Minor release
134
138
135
139
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:
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.4.1 metapackage:
Security patches contain security fixes only. They are designed to make the upgrade process faster and easier.
152
156
153
-
Security patches use the Composer naming convention `2.4.3-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.4.3-p1 metapackage:
157
+
Security patches use the Composer naming convention `2.4.x-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.4.3-p1 metapackage:
0 commit comments