From c8b58ee892fabe35f6920e82db9efdf44b70321f Mon Sep 17 00:00:00 2001 From: Antonio Pauletich Date: Thu, 20 Aug 2020 17:48:51 +0200 Subject: [PATCH] Allow PHPUnit 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 892a867cf..07c74c1df 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "^4.4|^5.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.5|^9.3" }, "autoload": { "psr-4": {