Skip to content

Commit 65ff4b6

Browse files
committed
Update deps
1 parent 4f5d421 commit 65ff4b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Assign a specific theme to specific routes",
55
"type": "magento2-module",
66
"require": {
7-
"magento/framework": "^103.0"
7+
"magento/framework": "^103.0",
8+
"magento/module-store": "^101.1",
9+
"magento/module-theme": "^101.1",
10+
"psr/log": "^3.0"
811
},
912
"license": [
1013
"OSL-3.0"

etc/module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Yireo_ThemeByRoute"/>
4+
<module name="Yireo_ThemeByRoute">
5+
<sequence>
6+
<module name="Magento_Store"/>
7+
<module name="Magento_Theme"/>
8+
</sequence>
9+
</module>
510
</config>

0 commit comments

Comments
 (0)