From 44453e6dbad0087879c466a809b2421348ca088f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 02:08:06 -0700 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement from 9.5.2 to 9.5.3 (#1021) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0701e158f..5dea81703 100644 --- a/composer.json +++ b/composer.json @@ -59,6 +59,6 @@ } }, "require-dev": { - "phpunit/phpunit": "9.5.2" + "phpunit/phpunit": "9.5.3" } }