From b4bacc022fce0a3195fa8fe3ce84f25ccb4f0382 Mon Sep 17 00:00:00 2001 From: Raul E Watson Date: Fri, 7 Feb 2020 22:52:58 +0000 Subject: [PATCH] Upgrade to latest version of Magento --- src/cloud/project/ece-tools-upgrade-project.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cloud/project/ece-tools-upgrade-project.md b/src/cloud/project/ece-tools-upgrade-project.md index 2f4f2ccbf9e..70dc7698c5f 100644 --- a/src/cloud/project/ece-tools-upgrade-project.md +++ b/src/cloud/project/ece-tools-upgrade-project.md @@ -28,11 +28,11 @@ Each {{site.data.var.ee}} version requires a different constraint based on the f You can always find the latest metapackage constraint in the [`magento-cloud` template](https://github.com/magento/magento-cloud/blob/master/composer.json). -The following example places a constraint for the {{site.data.var.ece}} metapackage to any version greater than or equal to the current version 2.2.0 and lower than next version 2.2.1: +The following example places a constraint for the {{site.data.var.ece}} metapackage to any version greater than or equal to the current version 2.3.4 and lower than next version 2.3.5: ```json "require": { - "magento/magento-cloud-metapackage": ">=2.2.0 <2.2.1" + "magento/magento-cloud-metapackage": ">=2.3.4 <2.3.5" }, ``` @@ -46,7 +46,7 @@ To upgrade project to use ece-tools: 1. Update the `magento/magento-cloud-metapackage` version constraint in the `composer.json` file. ```bash - composer require "magento/magento-cloud-metapackage":">=2.2.0 <2.2.1" --no-update + composer require "magento/magento-cloud-metapackage":">=2.3.4 <2.3.5" --no-update ``` 1. Update the metapackage.