From 35f042c00651a5b3530f4927527882dba8559fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:22:07 +0000 Subject: [PATCH] Update dependency php to ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.4.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.4.1 | 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 7499222..216ec2b 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "forum": "https://discourse.laminas.dev/" }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.4.0", "laminas/laminas-cli": "^1.4.0", "laminas/laminas-servicemanager": "^3.2 || ^4.0", "zakirullin/mess": "^0.8.3"