Skip to content

Commit 204770a

Browse files
authored
Merge pull request #17 from integer-net/16-magento-2.4
#16 Add Magento 2.4.0 compatibility
2 parents 9201b16 + 58d498d commit 204770a

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)