From d65b49214c925e0b7f29b930c748732cd81bbbc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:18:30 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.4.19 | 8.5.4 | | packagist | psalm/plugin-phpunit | 0.19.5 | 0.20.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 88aa7a9..ae89552 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "extra": { }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "laminas/laminas-eventmanager": "^3.0", "laminas/laminas-http": "^2.15.0", "laminas/laminas-mvc": "^3.3.0", @@ -51,7 +51,7 @@ "laminas/laminas-stdlib": "^3.20", "laminas/laminas-validator": "^2.64.2", "mikey179/vfsstream": "^1.6.12", - "psalm/plugin-phpunit": "^0.19.2", + "psalm/plugin-phpunit": "^0.20.0", "vimeo/psalm": "^5.26 || ^6.8.7" }, "autoload": {