From 416405470c017e96e3284cb525869948248c9146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 20 Apr 2019 17:25:07 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.4 to ^6.4 || ^8.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-8.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.4.0...8.1.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c51671..f177905 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^6.4", + "phpunit/phpunit": "^6.4 || ^8.0", "larapack/dd": "^1.1", "spatie/array-to-xml": "^2.7" },