Skip to content

Commit 239a3ad

Browse files
committed
MC-18403: Pricing :: Product pricing schema
- fix dependencies
1 parent d3e72d9 commit 239a3ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/CatalogCustomerGraphQl/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"type": "magento2-module",
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
7+
"magento/framework": "*",
78
"magento/module-catalog": "*",
89
"magento/module-customer": "*",
9-
"magento/framework": "*",
1010
"magento/module-graph-ql": "*",
11-
"magento/module-catalog-graph-ql": "*"
11+
"magento/module-catalog-graph-ql": "*",
12+
"magento/module-store": "*"
1213
},
1314
"license": [
1415
"OSL-3.0",

app/code/Magento/GroupedProductGraphQl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
77
"magento/module-grouped-product": "*",
8+
"magento/module-catalog": "*",
89
"magento/module-catalog-graph-ql": "*",
910
"magento/framework": "*"
1011
},

0 commit comments

Comments
 (0)