From 3eba8e65bbfbf4bc01835cfd664407338b365c4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 13:33:37 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 4.7.* to 4.7.* || 4.8.* 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/4.8.36/ChangeLog-4.8.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.7.0...4.8.36) 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 964f496..1ba311c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "4.7.*" + "phpunit/phpunit": "4.7.* || 4.8.*" }, "autoload": { "files": [ "Resources/functions/recursiveImplode.php" ],