Skip to content

Commit e288c62

Browse files
committed
Add deps
1 parent 31862e8 commit e288c62

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
1313
"magento/module-customer": "^102.0 | ^103.0",
1414
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
15+
"magento/module-store": "^101.0",
1516
"magento/module-ui": "^101.0"
1617
},
1718
"license": [

etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<module name="Magento_Catalog"/>
99
<module name="Magento_Customer"/>
1010
<module name="Magento_Eav"/>
11+
<module name="Magento_Store"/>
1112
<module name="Magento_Ui"/>
1213
</sequence>
1314
</module>

0 commit comments

Comments
 (0)