From c45e03934259852df610ba64f297a71883ab7063 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 13:13:06 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 4.1.* to 4.1.* || 9.5.* 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/4.1.0...9.5.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a02eba8a..440740a8 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,6 @@ } ], "require-dev": { - "phpunit/phpunit": "4.1.*" + "phpunit/phpunit": "4.1.* || 9.5.*" } }