Skip to content

Commit aab5dcf

Browse files
committed
fix phpcs
1 parent 53a0578 commit aab5dcf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.json

Lines changed: 8 additions & 8 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.4.1",
5+
"version": "2.3.2",
66
"authors": [
77
{
88
"name": "Karliuka Vitalii",
@@ -13,13 +13,13 @@
1313
"OSL-3.0"
1414
],
1515
"require": {
16-
"magento/module-backend": "102.0.*",
17-
"magento/module-catalog": "104.0.*",
18-
"magento/module-config": "101.2.*",
19-
"magento/module-eav": "102.1.*",
20-
"magento/module-rule": "100.4.*",
21-
"magento/module-store": "101.1.*",
22-
"magento/module-ui": "101.2.*"
16+
"magento/module-backend": "101.0.*",
17+
"magento/module-catalog": "103.0.*",
18+
"magento/module-config": "101.1.*",
19+
"magento/module-eav": "102.0.*",
20+
"magento/module-rule": "100.3.*",
21+
"magento/module-store": "101.0.*",
22+
"magento/module-ui": "101.1.*"
2323
},
2424
"conflict": {
2525
"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.4.1">
10+
<module name="Faonni_SmartCategory" setup_version="2.3.2">
1111
<sequence>
1212
<module name="Magento_Backend"/>
1313
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)