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.

magento/devdocs#: Cloud. Upgrade Magento to 2.3.5 #7135

Merged
merged 2 commits into from
May 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/cloud/project/project-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ To upgrade the Magento version:
1. Change to your Magento root directory and set the upgrade version using the [version constraint syntax].

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

{:.bs-callout-info}
You must use the version constraint syntax to successfully update the `{{site.data.var.ct}}` package.
{:.bs-callout-info}
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.

1. Update the project.

Expand Down