From b81bb9d621090277f5718415f5257983aa7ec000 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 4 Feb 2021 09:12:29 +0000 Subject: [PATCH] chore(deps): add support for PHPUnit 9.5.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 64001ac5..cb3c27c7 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.1" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.2" }, "autoload": { "psr-4": {