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 0d0cdfd commit ef73a64Copy full SHA for ef73a64
app/code/Magento/Indexer/composer.json
@@ -7,7 +7,8 @@
7
"require": {
8
"php": "~8.1.0||~8.2.0",
9
"magento/framework": "*",
10
- "magento/module-backend": "*"
+ "magento/module-backend": "*",
11
+ "magento/module-customer": "*"
12
},
13
"type": "magento2-module",
14
"license": [
app/code/Magento/Indexer/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_Indexer" >
<sequence>
+ <module name="Magento_Customer"/>
<module name="Magento_Store"/>
<module name="Magento_AdminNotification"/>
</sequence>
0 commit comments