From 9d0eeaee8e555c5113a0446a7569d32d38c23c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 17 Mar 2018 19:57:01 +0000 Subject: [PATCH] Update phpunit/phpunit requirement to ^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 6741981..a63be6d 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "require-dev": { "mikey179/vfsStream": "^1.6", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^7.0", "squizlabs/php_codesniffer": "^3.2" } }