From eb2e14bf4a93b5f08e4179ba413c8c39294d847e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 06:21:00 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement from 9.5.0 to 9.5.3 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.0...9.5.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9eccd451..0ac496f37 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,6 @@ } }, "require-dev": { - "phpunit/phpunit": "9.5.0" + "phpunit/phpunit": "9.5.3" } }