Skip to content

Commit 348e9b8

Browse files
committed
Added quote dependency
1 parent fcd809e commit 348e9b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/QuoteGraphQl/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0",
77
"magento/framework": "*",
8-
"magento/module-authorization": "*"
8+
"magento/module-authorization": "*",
9+
"magento/module-quote": "*"
910
},
1011
"suggest": {
1112
"magento/module-graph-ql": "*",

0 commit comments

Comments
 (0)