From 39225cfb9c516272f65c62a19b45425b42a3593a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 06:07:41 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.5 to ^8.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-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.5.0...8.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 e0fa9c2..8f56bdc 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "doctrine/annotations": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^8.5", "onion/framework": "2.0", "doctrine/cache": "^1.6" },