Skip to content

Commit 71a84f9

Browse files
authored
Merge pull request #10 from customgento/DEV-1134-update-composer
Add support for PHP 8.4 and Magento 2.4.8, DEV-1134
2 parents 509900c + c5ae48a commit 71a84f9

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
14+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1515
"magento/framework": "~102.0||~103.0",
1616
"magento/module-backend": "~101.0||~102.0",
1717
"magento/module-catalog": "~103.0||~104.0",

0 commit comments

Comments
 (0)