From 896eba777c3b98f1690a0be11e5dfdba7950bc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:11:26 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement from 0.19.3 to 0.19.5 Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.19.3...0.19.5) --- updated-dependencies: - dependency-name: psalm/plugin-phpunit dependency-version: 0.19.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab0bc96..dfbdc6b 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpstan/phpstan": "2.1.17", "phpstan/phpstan-phpunit": "2.0.6", "phpunit/phpunit": "^10 || ^11 || ^12", - "psalm/plugin-phpunit": "0.19.3", + "psalm/plugin-phpunit": "0.19.5", "rector/rector": "2.0.18", "shipmonk/composer-dependency-analyser": "^1.8", "symfony/phpunit-bridge": "^6.4 || ^7.0",