We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b9d53 commit 98d27f3Copy full SHA for 98d27f3
app/code/Magento/CatalogInventoryGraphQl/composer.json
@@ -4,9 +4,8 @@
4
"type": "magento2-module",
5
"require": {
6
"php": "~7.1.3||~7.2.0",
7
- "magento/framework": "*"
8
- },
9
- "suggest": {
+ "magento/framework": "*",
+ "magento/module-catalog": "*",
10
"magento/module-catalog-inventory": "*"
11
},
12
"license": [
app/code/Magento/CatalogInventoryGraphQl/etc/module.xml
@@ -8,6 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_CatalogInventoryGraphQl">
<sequence>
+ <module name="Magento_Catalog"/>
<module name="Magento_CatalogInventory"/>
13
</sequence>
14
</module>
0 commit comments