Skip to content

Commit

Permalink
graphql-ce-120: added missing dependency to composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyboyko committed Jul 19, 2018
1 parent af4b258 commit 3b64955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/StoreGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "magento2-module",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "*"
"magento/framework": "*",
"magento/module-store": "*"
},
"suggest": {
"magento/module-graph-ql": "*",
Expand Down

0 comments on commit 3b64955

Please sign in to comment.