From 4e57fe76d89abc1cb649ce42290ee5db47699353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:09:39 +0000 Subject: [PATCH] Update dependency psalm/plugin-phpunit to ^0.19.0 | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.18.4 | 0.19.5 | 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 19d70af..4022bcc 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpspec/prophecy-phpunit": "^2.0.1", "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.23", - "psalm/plugin-phpunit": "^0.18.0", + "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.22.0", "vimeo/psalm": "^5.0.0" },