From a5ef383af6a0ed6cca767e909b49258cf72b3ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:18:03 +0000 Subject: [PATCH] Update dependency php to ~8.4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4c8f42..1423c6c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "homepage": "https://github.com/arueckauer/laminas-diagnostics-factories", "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.4.0", "laminas/laminas-diagnostics": "^1.25", "psr/container": "^1.1.2 | ^2.0.2" },