Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3b64955

Browse files
author
vitaliyboyko
committed
graphql-ce-120: added missing dependency to composer json
1 parent af4b258 commit 3b64955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/StoreGraphQl/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "magento2-module",
55
"require": {
66
"php": "~7.1.3||~7.2.0",
7-
"magento/framework": "*"
7+
"magento/framework": "*",
8+
"magento/module-store": "*"
89
},
910
"suggest": {
1011
"magento/module-graph-ql": "*",

0 commit comments

Comments
 (0)