From 17c92d562d80f4eb78521acca7801e239479d587 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 25 Nov 2024 21:29:00 +0100 Subject: [PATCH] Update composer.json: Adding PHP 8.4 I haven't tested this, just wanted to make you aware that PHP 8.4 was released meanwhile. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aed943f1dd5..46f2864794d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-SimpleXML": "*", "ext-ctype": "*", "ext-dom": "*",