From 4e01aba1b87097bd08a522ab676a57c3f7dee4ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 03:13:18 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~5.0 to ~5.0 || ~6.0 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/6.5.14/ChangeLog-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.0.0...6.5.14) 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 dc80706..70e4174 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "darrynten/any-cache": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~5.0", + "phpunit/phpunit": "~5.0 || ~6.0", "mockery/mockery": "dev-master" }, "config": {