From 8dfc6c7f7908e0686ab4bd46c9880f75759054c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Mar 2018 08:59:06 +0000 Subject: [PATCH] Update phpunit/phpunit requirement to ^7.0.2 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 fd142965f..3fa4a6ec0 100644 --- a/composer.json +++ b/composer.json @@ -146,7 +146,7 @@ "jcalderonzumba/mink-phantomjs-driver": "~0.3", "mikey179/vfsStream": "^1.6", "phing/phing": "^2.16", - "phpunit/phpunit": "^4.8.35 || ^6.1", + "phpunit/phpunit": "^7.0.2", "se/selenium-server-standalone": "^3.6", "squizlabs/php_codesniffer": "^2.9" },