Skip to content

Commit 8ee7a97

Browse files
committed
Ignore dep with Loki_Base
1 parent dcae980 commit 8ee7a97

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.yireo-extension-checker.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ignore": [
3+
"Loki_Base",
4+
"loki/magento2-base"
5+
]
6+
}

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"require": {
77
"ext-pcre": "*",
88
"magento/framework": "^103.0",
9+
"magento/module-backend": "^102.0",
910
"magento/module-csp": "^100.0",
1011
"magento/module-store": "^101.1",
1112
"loki/magento2-base": "^1.0"

etc/module.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
33
<module name="LokiTheme_LumaComponents">
44
<sequence>
5-
<module name="Magento_Store"/>
6-
<module name="Magento_Csp"/>
75
<module name="Loki_Base"/>
6+
<module name="Magento_Backend"/>
7+
<module name="Magento_Csp"/>
8+
<module name="Magento_Store"/>
89
</sequence>
910
</module>
1011
</config>

0 commit comments

Comments
 (0)