From 006f9232cc974ea77da07e7978513bdde0722caf Mon Sep 17 00:00:00 2001 From: "johannes.pichler" Date: Tue, 13 Oct 2020 08:20:55 +0200 Subject: [PATCH] Update phpunit dependency constraint allow all versions greater 9.3.7 fixes #205 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71ff52b5..dbcce6bc 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.4.0" + "phpunit/phpunit": ">= 9.3.7 <= 9.4.1" }, "autoload": { "psr-4": {