From 76beda74c913b07b4fd357c3c40075866a1c15f1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 28 Aug 2020 16:40:17 +0100 Subject: [PATCH] Allow phpunit 9.3.8 too --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6334bb3b..636fcc46 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "pestphp/pest-plugin": "^0.3", "pestphp/pest-plugin-coverage": "^0.3", "pestphp/pest-plugin-init": "^0.3", - "phpunit/phpunit": "9.3.7" + "phpunit/phpunit": "9.3.7 || 9.3.8" }, "autoload": { "psr-4": {