From 2de7cb472642641b31a311181a5ad09f3913ec32 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 31 Mar 2021 15:29:58 +0100 Subject: [PATCH] chore(deps): add support for PHPUnit 9.5.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 893cf7d5..01a44da2 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.3" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.4" }, "autoload": { "psr-4": {