From b1388fb4aae0fda89f61ccd1e3e3c008cbff6438 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 26 Dec 2019 20:42:52 +0000 Subject: [PATCH] Allow PHPUnit 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d96d4e3..74bd585 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/framework": "^6.4", "mockery/mockery": "^1.2.3", "orchestra/testbench-core": "^4.4.1", - "phpunit/phpunit": "^8.3" + "phpunit/phpunit": "^8.3|^9.0" }, "extra": { "branch-alias": {