Skip to content

Commit 4b345e8

Browse files
MAGECLOUD-5125: Release Magento 2.3.4
1 parent ec4b230 commit 4b345e8

File tree

3 files changed

+2424
-1724
lines changed

3 files changed

+2424
-1724
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.3.3 Magento Commerce Cloud
1+
# Magento 2.3.4 Magento Commerce Cloud
22

3-
This repository contains a sample Magento Commerce (on-premise) version 2.3.3 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository.
3+
This repository contains a sample Magento Commerce (on-premise) version 2.3.4 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository.
44

55
The example requires the use of [Composer](https://getcomposer.org/doc/) to load and manage dependencies and Magento vendor folders.
66

composer.json

Lines changed: 2 additions & 2 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.3.3",
5+
"version": "2.3.4",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"magento/magento-cloud-metapackage": ">=2.3.3 <2.3.4"
21+
"magento/magento-cloud-metapackage": ">=2.3.4 <2.3.5"
2222
},
2323
"suggest": {
2424
"ext-pcntl": "Need for run processes in parallel mode"

0 commit comments

Comments
 (0)