We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e72d9 commit 239a3adCopy full SHA for 239a3ad
app/code/Magento/CatalogCustomerGraphQl/composer.json
@@ -4,11 +4,12 @@
4
"type": "magento2-module",
5
"require": {
6
"php": "~7.1.3||~7.2.0||~7.3.0",
7
+ "magento/framework": "*",
8
"magento/module-catalog": "*",
9
"magento/module-customer": "*",
- "magento/framework": "*",
10
"magento/module-graph-ql": "*",
11
- "magento/module-catalog-graph-ql": "*"
+ "magento/module-catalog-graph-ql": "*",
12
+ "magento/module-store": "*"
13
},
14
"license": [
15
"OSL-3.0",
app/code/Magento/GroupedProductGraphQl/composer.json
@@ -5,6 +5,7 @@
"magento/module-grouped-product": "*",
+ "magento/module-catalog": "*",
"magento/module-catalog-graph-ql": "*",
"magento/framework": "*"
0 commit comments