Skip to content

Commit a1b16cc

Browse files
committed
Add support for Magento 2.4.0
1 parent fe4e355 commit a1b16cc

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
@@ -26,13 +26,13 @@
2626
}
2727
],
2828
"require": {
29-
"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",
30-
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
31-
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
29+
"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",
30+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
31+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3232
"magepal/magento2-core":">1.1.0"
3333
},
3434
"type": "magento2-module",
35-
"version": "1.2.6",
35+
"version": "1.2.7",
3636
"autoload": {
3737
"files": [
3838
"registration.php"

0 commit comments

Comments
 (0)