From 97f98569bc86e8b87f8cde963fe7b4bf5399623b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 12 Sep 2020 23:45:22 +0200 Subject: [PATCH] feat: adds support to PHPUnit 9.3.9 || 9.3.10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 636fcc46..dfe527dc 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 || 9.3.8" + "phpunit/phpunit": "9.3.7 || 9.3.8 || 9.3.9 || 9.3.10" }, "autoload": { "psr-4": {