Skip to content

Commit 0630552

Browse files
Fix syntax error on composer.json of Magento_Amqp (#25)
1 parent fcf541e commit 0630552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)