Skip to content

Commit ee77e07

Browse files
committed
Add support for Magento 2.4.0
1 parent bde04b0 commit ee77e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"enhance website performance"
1717
],
1818
"require": {
19-
"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",
20-
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
21-
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
19+
"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",
20+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
21+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
2222
"magepal/magento2-core":">1.1.0"
2323
},
2424
"type": "magento2-module",
25-
"version": "1.7.1",
25+
"version": "1.7.2",
2626
"license": [
2727
"proprietary"
2828
],

0 commit comments

Comments
 (0)