Skip to content

Commit e6a9441

Browse files
authored
Merge pull request #2 from customgento/update-php8.2
Add PHP 8.2 support for Magento 2.4.6
2 parents a8b75d0 + 631224c commit e6a9441

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"
16+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.5||~9.5.0",

0 commit comments

Comments
 (0)