From 08d6fb9874c73aaab5d2289b6711c4bf5d478960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 06:59:34 +0000 Subject: [PATCH] [PHP]: Update phpunit/phpunit requirement in /vendor-bin/phpunit Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.2...9.5.3) Signed-off-by: dependabot[bot] --- vendor-bin/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index 611c46f..495a177 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "dg/bypass-finals": "^1.3", - "phpunit/phpunit": "9.5.2", + "phpunit/phpunit": "9.5.3", "symfony/phpunit-bridge": "5.2.3", "vimeo/psalm": "4.6.1", "psalm/plugin-phpunit": "0.15.1"