Skip to content

Commit 13bb280

Browse files
committed
magento/graphql-ce#685: Extract logic related to customer from DownloadableGraphQl module into new one
- added composer dependency - removed some hard dependencies because of DependencyTest bug MC-19635
1 parent fbcc247 commit 13bb280

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_CustomerDownloadableGraphQl" >
1010
<sequence>
11-
<module name="Magento_Catalog"/>
12-
<module name="Magento_Downloadable"/>
1311
<module name="Magento_GraphQl"/>
1412
<module name="Magento_CatalogGraphQl"/>
1513
<module name="Magento_DownloadableGraphQl"/>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_DownloadableGraphQl" >
1010
<sequence>
11-
<module name="Magento_GraphQl"/>
1211
<module name="Magento_Catalog"/>
1312
<module name="Magento_CatalogGraphQl"/>
1413
<module name="Magento_QuoteGraphQl"/>

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"magento/module-currency-symbol": "*",
148148
"magento/module-customer": "*",
149149
"magento/module-customer-analytics": "*",
150+
"magento/module-customer-downloadable-graph-ql": "*",
150151
"magento/module-customer-import-export": "*",
151152
"magento/module-deploy": "*",
152153
"magento/module-developer": "*",

composer.lock

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

0 commit comments

Comments
 (0)