From 7db95c87ffe11d7468e025915223eaea194e8a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:01:02 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement from ^0.18.4 to ^0.19.0 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.18.4...0.19.0) --- updated-dependencies: - dependency-name: psalm/plugin-phpunit 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 34cd6f8c..ed5cb71e 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpmetrics/phpmetrics": "^2.8", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.5.28", - "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-phpunit": "^0.19.0", "ray/object-visual-grapher": "^1.0", "ray/rector-ray": "^1.0", "rector/rector": "^0.14.8",