Skip to content

Commit 4a8020d

Browse files
committed
Add support for Magento 2.4.0
1 parent ca464fc commit 4a8020d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
}
2626
],
2727
"require": {
28-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
29-
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
30-
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
28+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
29+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
30+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3131
"magepal/magento2-core":">1.1.0"
3232
},
3333
"type": "magento2-module",
34-
"version": "1.0.6",
34+
"version": "1.0.7",
3535
"autoload": {
3636
"files": [
3737
"registration.php"

0 commit comments

Comments
 (0)