Skip to content

Commit 95ac9f7

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/CatalogCustomerGraphQl/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"magento/framework": "*",
88
"magento/module-catalog": "*",
99
"magento/module-customer": "*",
10-
"magento/module-graph-ql": "*",
1110
"magento/module-catalog-graph-ql": "*",
1211
"magento/module-store": "*"
1312
},

app/code/Magento/CatalogCustomerGraphQl/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<sequence>
1111
<module name="Magento_Catalog"/>
1212
<module name="Magento_Customer"/>
13-
<module name="Magento_GraphQl"/>
1413
<module name="Magento_CatalogGraphQl"/>
1514
</sequence>
1615
</module>

0 commit comments

Comments
 (0)