From cb27d1d7c5ab0d9b1bef506573e7b78185c5e89d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:16:27 +0000 Subject: [PATCH] Update dependency vimeo/psalm to v6 | datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | packagist | vimeo/psalm | 5.15.0 | 6.16.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 a3b72035..9402991a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "laminas/laminas-stdlib": "^3.18.0", "phpunit/phpunit": "^10.5.58", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.15.0" + "vimeo/psalm": "^6.0.0" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",