From c02410330fd02fafc8b99d289a7d7bc5f90f4fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:57:16 +0000 Subject: [PATCH] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36b93e8..41a62e6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "laminas/laminas-modulemanager": "^2.5", "laminas/laminas-loader": "^2.6", "laminas/laminas-eventmanager": "^3.0",