Skip to content

Commit a62af8e

Browse files
committed
Readme and composer config adjustments
1 parent 0ef53fd commit a62af8e

File tree

3 files changed

+59
-54
lines changed

3 files changed

+59
-54
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# QuoteGraphQl
2+
3+
**QuoteGraphQl** provides type and resolver information for the GraphQl module
4+
to generate quote (cart) information endpoints. Also provides endpoints for modifying a quote.

app/code/Magento/QuoteGraphQl/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-authorization": "*"
89
},
910
"suggest": {
1011
"magento/module-graph-ql": "*",

composer.lock

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)