From ed9b7ebea0e1f973b2dcba638b9628b809b8865d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:54:01 +0000 Subject: [PATCH] chore(deps): update dependency psalm/plugin-phpunit to ^0.19.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea405f2..56905df 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.0.0", "phpunit/phpunit": "^10.3", - "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.7", "symfony/yaml": "^7.0", "thecodingmachine/phpstan-safe-rule": "^1.0",