From 2f414a1affafeebbd4d4e5ea2af8f7a881cac732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:06:32 +0000 Subject: [PATCH] composer(deps-dev): update psalm/plugin-phpunit requirement 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.16.1...0.17.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 921a413..8859755 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "doctrine/data-fixtures": "^1.5", "doctrine/orm": "^2.8", "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "setono/code-quality-pack": "^2.1.3", "symfony/cache": "^5.3", "weirdan/doctrine-psalm-plugin": "^2.0"