From 90cae5ffb909bd1d1940dc1eb3fa6fac42611788 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 07:58:01 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.5 to ^8.2 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.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.5.0...8.2.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..8b65984 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "doctrine/annotations": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^8.2", "onion/framework": "2.0", "doctrine/cache": "^1.6" },