From d2c907868ea7179402064ddc2804c74569b8555a Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 18 Jan 2021 09:11:38 +0000 Subject: [PATCH] chore(deps): add support for PHPUnit 9.5.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0df70749..64001ac5 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "pestphp/pest-plugin-coverage": "^1.0", "pestphp/pest-plugin-expectations": "^1.0", "pestphp/pest-plugin-init": "^1.0", - "phpunit/phpunit": ">= 9.3.7 <= 9.5.0" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.1" }, "autoload": { "psr-4": {