Skip to content

Commit fdabe32

Browse files
committed
Add dep with Magento_Directory
1 parent 666cb78 commit fdabe32

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"magento/module-backend": "^101.0 | ^102.0",
1212
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
1313
"magento/module-customer": "^102.0 | ^103.0",
14+
"magento/module-directory": "^100.0",
1415
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
1516
"magento/module-store": "^101.0",
1617
"magento/module-ui": "^101.0"
@@ -26,4 +27,4 @@
2627
"Loki\\AdminComponents\\": ""
2728
}
2829
}
29-
}
30+
}

etc/module.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
<module name="Magento_Backend"/>
88
<module name="Magento_Catalog"/>
99
<module name="Magento_Customer"/>
10+
<module name="Magento_Directory"/>
1011
<module name="Magento_Eav"/>
1112
<module name="Magento_Store"/>
1213
<module name="Magento_Ui"/>
1314
</sequence>
1415
</module>
15-
</config>
16+
</config>

0 commit comments

Comments
 (0)