From c9381e98dbe04ba4d26e151c8f2391c21eca0923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Feb 2019 04:24:27 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~6.0 || ~7.0 to ~6.0 || ~7.0 || ~8.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-8.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.0.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 11568f5..80cb4f7 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "voku/simple-mysqli": "~8.0" }, "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0", + "phpunit/phpunit": "~6.0 || ~7.0 || ~8.0", "doctrine/dbal": "~2.0" }, "autoload": {