From c6369feaeae3969836071d81ce2c34732fb72d96 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 11 Nov 2020 22:26:53 +0000 Subject: [PATCH] chore(deps): add support for PHPUnit 9.4.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f326e88b..295e71d6 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.2" + "phpunit/phpunit": ">= 9.3.7 <= 9.4.3" }, "autoload": { "psr-4": {