From 83c882c2ae776f4948408c840e146b857dfa7eb9 Mon Sep 17 00:00:00 2001 From: Benjamin Rosenberger Date: Wed, 9 Apr 2025 13:03:01 +0200 Subject: [PATCH] Update composer.json, allow PHP 8.4.x Magento 2.4.8 supports PHP 8.4, therefore this module should allow it too --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 970bf50..818a863 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "admin reindex" ], "require": { - "php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0", + "php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0", "magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*", "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*", "magepal/magento2-core":">1.1.8"