From 3b205a049d7181d13dcb20146ddba74b2a54e320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:03:10 +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.18.4) --- 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..eaa8a8f 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.18.4", "setono/code-quality-pack": "^2.1.3", "symfony/cache": "^5.3", "weirdan/doctrine-psalm-plugin": "^2.0"