From 9ec52279d3b26dcba663e9a73032f17902fef195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 12 Apr 2019 10:47:39 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.5 to ^8.1 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.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.5.0...8.1.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0fa9c2..3131992 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "doctrine/annotations": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^8.1", "onion/framework": "2.0", "doctrine/cache": "^1.6" },