File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/CatalogInventoryGraphQl Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " ~7.1.3||~7.2.0" ,
7
7
"magento/framework" : " *" ,
8
+ "magento/module-store" : " *" ,
8
9
"magento/module-catalog" : " *" ,
9
- "magento/module-catalog-inventory" : " *"
10
+ "magento/module-catalog-inventory" : " *" ,
11
+ "magento/module-catalog-inventory-graph-ql" : " *"
10
12
},
11
13
"license" : [
12
14
" OSL-3.0" ,
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_CatalogInventoryGraphQl" >
10
10
<sequence >
11
+ <module name =" Magento_Store" />
11
12
<module name =" Magento_Catalog" />
12
13
<module name =" Magento_CatalogInventory" />
13
14
</sequence >
You can’t perform that action at this time.
0 commit comments