From bf807486ca7c463d458d62c1e64583d1e8d68c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:46:15 +0000 Subject: [PATCH] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.2.25 | 8.3.13 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51f52cd..053fecb 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "forum": "https://discourse.laminas.dev/" }, "require": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0",