Skip to content

Commit a58eac5

Browse files
committed
Update deps
1 parent 8ef596d commit a58eac5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {
7+
"ext-json": "*",
8+
"loki/magento2-components": "^2.0",
9+
"loki/magento2-css-utils": "^1.0",
710
"magento/framework": "^102.0 | ^103.0",
811
"magento/module-backend": "^101.0 | ^102.0",
912
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
1013
"magento/module-customer": "^102.0 | ^103.0",
1114
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
12-
"magento/module-ui": "^101.0",
13-
"loki/magento2-components": "^2.0",
14-
"ext-json": "*"
15+
"magento/module-ui": "^101.0"
1516
},
1617
"license": [
1718
"OSL-3.0"

etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
33
<module name="Loki_AdminComponents">
44
<sequence>
5+
<module name="Loki_CssUtils"/>
56
<module name="Loki_Components"/>
67
<module name="Magento_Backend"/>
78
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)