Skip to content

Commit 70a0320

Browse files
committed
update composer
1 parent c6a475f commit 70a0320

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "faonni/module-smart-category",
33
"description": "SmartCategory module is a base of Smart Categories functionality.",
44
"type": "magento2-module",
5-
"version": "2.3.1",
5+
"version": "2.4.0",
66
"authors": [{
77
"name": "Karliuka Vitalii",
88
"email": "karliuka.vitalii@gmail.com"
@@ -11,8 +11,8 @@
1111
"OSL-3.0"
1212
],
1313
"require": {
14-
"magento/module-catalog": "103.0.*",
15-
"magento/module-rule": "100.3.*"
14+
"magento/module-catalog": "104.0.*",
15+
"magento/module-rule": "100.4.*"
1616
},
1717
"conflict": {
1818
"magento/magento2-ee-base": "*"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
10-
<module name="Faonni_SmartCategory" setup_version="2.3.1">
10+
<module name="Faonni_SmartCategory">
1111
<sequence>
1212
<module name="Magento_Catalog"/>
1313
<module name="Magento_Rule"/>

0 commit comments

Comments
 (0)