Skip to content

Commit 72d4847

Browse files
committed
MAGECLOUD-2896: 2.3.0 - Final Cloud Preparations
1 parent 6871212 commit 72d4847

File tree

3 files changed

+6862
-3420
lines changed

3 files changed

+6862
-3420
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Magento 2.2.6 Magento Commerce (Cloud)
1+
# Magento 2.3.0 Magento Commerce (Cloud)
22

3-
This sample repository helps you deploy a Magento 2.2.6 Enterprise Edition (EE) instance in the cloud. You must be a licensed user of Magento Magento Commerce (Cloud) to use the example in this repository.
3+
This sample repository helps you deploy a Magento 2.3.0 Enterprise Edition (EE) instance in the cloud. You must be a licensed user of Magento Magento Commerce (Cloud) to use the example in this repository.
44

55
This example is based on using the Composer to load dependencies and get the Magento vendor folders.
66

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/project-enterprise-edition",
33
"description": "eCommerce Platform for Growth (Enterprise Edition)",
44
"type": "project",
5-
"version": "2.2.6",
5+
"version": "2.3.0",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -14,12 +14,13 @@
1414
}
1515
},
1616
"require": {
17-
"magento/magento-cloud-metapackage": ">=2.2.6 <2.2.7"
17+
"magento/magento-cloud-metapackage": ">=2.3.0 <2.3.1"
1818
},
1919
"autoload": {
2020
"psr-4": {
2121
"Magento\\Setup\\": "setup/src/Magento/Setup/",
22-
"Magento\\": "app/code/Magento/"
22+
"Magento\\": "app/code/Magento/",
23+
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
2324
},
2425
"psr-0": {
2526
"": [
@@ -52,3 +53,4 @@
5253
"magento-deploystrategy": "copy"
5354
}
5455
}
56+

0 commit comments

Comments
 (0)