Skip to content

Commit 7ae4dbe

Browse files
authored
Merge pull request #7 from customgento/DEV-1134-adapt-composer
Add support for PHP 8.4 and Magento 2.4.8, DEV-1134
2 parents 740468f + 2aeb356 commit 7ae4dbe

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
@@ -13,7 +13,7 @@
1313
"magento/framework": "~102.0||~103.0",
1414
"magento/module-catalog": "~103.0||~104.0",
1515
"magento/module-customer": "~102.0||~103.0",
16-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
16+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
1717
},
1818
"autoload": {
1919
"files": [

0 commit comments

Comments
 (0)