From 56bc9bdc335fc52101454aa532e013673e2e7189 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 02:20:31 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.4 to ^6.4 || ^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-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.4.0...7.5.14) 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 7c51671..52529dd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^6.4", + "phpunit/phpunit": "^6.4 || ^7.0", "larapack/dd": "^1.1", "spatie/array-to-xml": "^2.7" },