From 3760e312cda6457fc7d6442499dcfdc7b6352eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 31 Mar 2021 13:21:53 +0200 Subject: [PATCH] Update phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 96a0500..5f58bf4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "firebase/php-jwt": "^5.2" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.0|^9.0", "orchestra/testbench": "^6.0", "codedungeon/phpunit-result-printer": "^0.26.2" },