From 9973ff907e59819da1392a452b868b5d0c2fa5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:11:05 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement from ^0.16.1 to ^0.18.1 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.1) --- 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 ffae108..c461b9e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "brianium/paratest": "^6.4.1", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.18.1", "squizlabs/php_codesniffer": "^3.6.2", "vimeo/psalm": "^4.16.1" },