From f8bdd3ad6033f9e41826daf2a4ce91331a3a4318 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:45:25 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.0 to ^6.0 || ^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/7.5.16/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.0.0...7.5.16) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ec9b44..6fc5635 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "gecko-packages/gecko-php-unit": "^2.0", - "phpunit/phpunit": "^6.0", + "phpunit/phpunit": "^6.0 || ^7.0", "friendsofphp/php-cs-fixer": "2.14.2" }, "autoload": {