From 89116a6e2a3a5886759b96552a4a688f05f082ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 05:56:49 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.5 to ^8.4 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.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.5.0...8.4.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..9d3d156 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "doctrine/annotations": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^8.4", "onion/framework": "2.0", "doctrine/cache": "^1.6" },