From 68654a2c445ab2914a136744aff695b6d5cfbdf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:31:39 +0000 Subject: [PATCH] composer(deps-dev): update psalm/plugin-phpunit requirement || ^0.16.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.15.1...0.16.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 deb14e6..ab62b17 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "infection/infection": "^0.21.0", "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.15.1", + "psalm/plugin-phpunit": "^0.15.1 || ^0.16.0", "setono/code-quality-pack": "^2.1", "symfony/http-foundation": "^4.4 || ^5.2" },