From f804f8ded4c8f74a627062d0c3c8976f0beae011 Mon Sep 17 00:00:00 2001 From: andrej Date: Tue, 27 May 2025 12:27:13 +0200 Subject: [PATCH] Add support for PHP 8.4 and Magento 2.4.8, DEV-1134 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ee7fb2..cd911d1 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0", + "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0", "magento/module-payment": "~100.3", "magento/module-store": "~101.0" },