From a7da15b4e8d2718a78105395aa013d3db3faf07f Mon Sep 17 00:00:00 2001 From: Heather Guthrie Date: Wed, 15 Apr 2020 09:29:43 -0500 Subject: [PATCH] Fix #6411 remove mcrypt note for pro env ticket --- src/cloud/project/project-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/project/project-upgrade.md b/src/cloud/project/project-upgrade.md index f413962d217..398f28ecfa8 100644 --- a/src/cloud/project/project-upgrade.md +++ b/src/cloud/project/project-upgrade.md @@ -96,7 +96,7 @@ Review the [service versions][version compatibility matrix] information for the ### Complete the upgrade -If you use PHP version 7.2, you must remove the `mcrypt` extension from the [extensions section of the .magento.app.yaml file]. For Pro projects, you need to create a support ticket to completely disable the `mcrypt` extension. +If you use PHP version 7.2, you must remove the `mcrypt` extension from the [extensions section of the .magento.app.yaml file]. {:.bs-callout-info} When upgrading to 2.3.x from 2.2.x, you must verify that the `composer.json` file contains `"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"` in the `"psr-4":` section of the `autoload` property.