Skip to content

Commit 01562c9

Browse files
committed
Add support for PHP 8.4 and Magento 2.4.8, DEV-1134
1 parent ef2f0e1 commit 01562c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
13+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1414
"magento/module-store": "~101.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)