From 0b3f1e331dec4180a5354c4d2075245196c583ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Mar 2018 16:03:31 +0000 Subject: [PATCH] Update phpunit/phpunit requirement to ^6.5|^7.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-5.7.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/7.0.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 6c46a9a..a225960 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "^1.0", "phpunit/php-invoker": "^1.1|^2.0", - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^6.5|^7.0", "squizlabs/php_codesniffer": "^3.2" }, "autoload": {