Skip to content

Commit 553c032

Browse files
authored
#16 Add Magento 2.4.0 compatibility
#16
1 parent 9201b16 commit 553c032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"magento/framework": "^100.1|^101.0|^102.0",
16-
"magento/module-customer": "^101.0.0|^102.0.0",
17-
"magento/module-catalog": "^101.0.0|^102.0.0|^103.0",
15+
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
16+
"magento/module-customer": "^101.0.0|^102.0.0|^103.0",
17+
"magento/module-catalog": "^101.0.0|^102.0.0|^103.0|^104.0"",
1818
"php": ">=7.1.0"
1919
},
2020
"type": "magento2-module",

0 commit comments

Comments
 (0)