File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
CustomerDownloadableGraphQl Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " magento2-module" ,
5
5
"require" : {
6
6
"php" : " ~7.1.3||~7.2.0||~7.3.0" ,
7
- "magento/module-catalog" : " *" ,
8
- "magento/module-downloadable" : " *" ,
9
7
"magento/module-downloadable-graph-ql" : " *" ,
10
8
"magento/module-graph-ql" : " *" ,
11
9
"magento/framework" : " *"
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9
9
<module name =" Magento_CustomerDownloadableGraphQl" >
10
10
<sequence >
11
+ <module name =" Magento_Catalog" />
12
+ <module name =" Magento_Downloadable" />
11
13
<module name =" Magento_GraphQl" />
12
14
<module name =" Magento_CatalogGraphQl" />
13
15
<module name =" Magento_DownloadableGraphQl" />
Original file line number Diff line number Diff line change 6
6
"php" : " ~7.1.3||~7.2.0||~7.3.0" ,
7
7
"magento/module-catalog" : " *" ,
8
8
"magento/module-downloadable" : " *" ,
9
- "magento/module-graph-ql" : " *" ,
10
9
"magento/module-quote" : " *" ,
11
10
"magento/module-quote-graph-ql" : " *" ,
12
11
"magento/framework" : " *"
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9
9
<module name =" Magento_DownloadableGraphQl" >
10
10
<sequence >
11
+ <module name =" Magento_GraphQl" />
11
12
<module name =" Magento_Catalog" />
12
13
<module name =" Magento_CatalogGraphQl" />
13
14
<module name =" Magento_QuoteGraphQl" />
You can’t perform that action at this time.
0 commit comments