Skip to content

Commit d058b53

Browse files
committed
Add support for Magento 2.4.0
1 parent 029d69f commit d058b53

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
@@ -9,13 +9,13 @@
99
"admin reindex"
1010
],
1111
"require": {
12-
"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",
13-
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
14-
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
12+
"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",
13+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
14+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
1515
"magepal/magento2-core":">1.1.0"
1616
},
1717
"type": "magento2-module",
18-
"version": "1.0.10",
18+
"version": "1.0.11",
1919
"license": [
2020
"proprietary"
2121
],

0 commit comments

Comments
 (0)