Skip to content

Commit fc9da1a

Browse files
committed
MAGECLOUD-3838: Release Magento 2.3.2
1 parent 3eeb8b4 commit fc9da1a

File tree

3 files changed

+2287
-1586
lines changed

3 files changed

+2287
-1586
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.1 Magento Commerce Cloud
1+
# Magento 2.3.2 Magento Commerce Cloud
22

3-
This repository contains a sample Magento Commerce (on-premise) version 2.3.1 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.2 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.1",
5+
"version": "2.3.2",
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.1 <2.3.2"
21+
"magento/magento-cloud-metapackage": ">=2.3.2 <2.3.3"
2222
},
2323
"suggest": {
2424
"ext-pcntl": "Need for run processes in parallel mode"

0 commit comments

Comments
 (0)