From 58ba8d2457bb1e69f9b38df2bea74624215422e9 Mon Sep 17 00:00:00 2001 From: Waleed Date: Fri, 31 Mar 2023 14:43:18 +0200 Subject: [PATCH] Add PHP 8.2 support for Magento 2.4.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e27cc16..b916424 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~7.3.0||~7.4.0||~8.1.0", + "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0", "magento/module-payment": "~100.3", "magento/module-store": "~101.0" },