From 1f9362c4e7533925f15e22267540cc1575b9c95d Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 2 Oct 2020 11:18:10 +0100 Subject: [PATCH] chore(composer): update to support PHPUnit 9.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 22a2c2d0..71ff52b5 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.11" + "phpunit/phpunit": ">= 9.3.7 <= 9.4.0" }, "autoload": { "psr-4": {