Skip to content

Commit 4a430e7

Browse files
Merge branch '1.0' into develop-backport
2 parents 4a385e2 + c5bf339 commit 4a430e7

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magento/magento-cloud-patches",
33
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"license": "OSL-3.0",
77
"require": {
88
"php": "^7.0",
99
"ext-json": "*",
1010
"composer/composer": "@stable",
1111
"composer/semver": "^1.5",
1212
"symfony/config": "^3.3||^4.4",
13-
"symfony/console": "^2.8||^4.0",
13+
"symfony/console": "^2.6||^4.0",
1414
"symfony/dependency-injection": "^3.3||^4.3",
1515
"symfony/process": "^2.1||^4.1"
1616
},

patches/MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ diff -Nuar a/vendor/magento/module-amqp/composer.json b/vendor/magento/module-am
234234
"php": "~7.1.3||~7.2.0"
235235
},
236236
+ "suggest": {
237-
+ "magento/module-asynchronous-operations": "*",
237+
+ "magento/module-asynchronous-operations": "*"
238238
+ },
239239
"type": "magento2-module",
240240
"license": [

patches/MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.2.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ diff -Nuar a/vendor/magento/module-amqp/composer.json b/vendor/magento/module-am
234234
"php": "~7.1.3||~7.2.0"
235235
},
236236
+ "suggest": {
237-
+ "magento/module-asynchronous-operations": "*",
237+
+ "magento/module-asynchronous-operations": "*"
238238
+ },
239239
"type": "magento2-module",
240240
"license": [

0 commit comments

Comments
 (0)