Thanks to visit codestin.com
Credit goes to github.com

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

Commit b69fab3

Browse files
magento/devdocs#: Cloud. Upgrade Magento to 2.3.5 (#7135)
Co-authored-by: Margaret Eker <[email protected]>
1 parent 1a5460f commit b69fab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cloud/project/project-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ To upgrade the Magento version:
109109
1. Change to your Magento root directory and set the upgrade version using the [version constraint syntax].
110110

111111
```bash
112-
composer require "magento/magento-cloud-metapackage":">=2.x.2 <2.x.3" --no-update
112+
composer require "magento/magento-cloud-metapackage":">=CURRENT_VERSION <NEXT_VERSION" --no-update
113113
```
114114

115-
{:.bs-callout-info}
116-
You must use the version constraint syntax to successfully update the `{{site.data.var.ct}}` package.
115+
{:.bs-callout-info}
116+
You must use the version constraint syntax to successfully update the `{{site.data.var.ct}}` package. You can find the version constraint in the `composer.json` file for the version of the [Magento application template](https://github.com/magento/magento-cloud/blob/master/composer.json) you are using for the upgrade.
117117

118118
1. Update the project.
119119

0 commit comments

Comments
 (0)