Skip to content

Commit

Permalink
Merge pull request #2 from customgento/update-php8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 support for Magento 2.4.6
  • Loading branch information
sprankhub authored Apr 3, 2023
2 parents a8b75d0 + 631224c commit e6a9441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"magento/framework": "~102.0||~103.0",
"magento/module-catalog": "~103.0||~104.0",
"magento/module-customer": "~102.0||~103.0",
"php": "~7.3.0||~7.4.0||~8.1.0"
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0"
},
"require-dev": {
"phpunit/phpunit": "~6.5||~9.5.0",
Expand Down

0 comments on commit e6a9441

Please sign in to comment.