From 228f2deb644ab3d4de729381b4b7af8badcd8a01 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 24 Sep 2020 10:43:32 +0100 Subject: [PATCH] chore(composer): add support for PHPUnit 9.3.11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfe527dc..22a2c2d0 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 || 9.3.9 || 9.3.10" + "phpunit/phpunit": ">= 9.3.7 <= 9.3.11" }, "autoload": { "psr-4": {