From 7e07ab2ca715ee2ef11bff7ebe1728e7e0dbf3c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 03:44:52 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~5.0 to ~5.0 || ~9.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/master/ChangeLog-9.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.0.0...9.1.5) 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..bbcda83 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 || ~9.0", "mockery/mockery": "dev-master" }, "config": {