Skip to content

Commit d194670

Browse files
committed
Add support for Magento 2.4.8 / PHP 8.4
1 parent 1d08786 commit d194670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
}
2828
],
2929
"require": {
30-
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
30+
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0",
3131
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3232
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3333
"magepal/magento2-core": ">=1.1.10"
3434
},
3535
"type": "magento2-module",
36-
"version": "1.2.4",
36+
"version": "1.2.5",
3737
"autoload": {
3838
"files": [
3939
"registration.php"

0 commit comments

Comments
 (0)