From 940e246f2746c20f33268b292be8964b1092ab4d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 12 Aug 2020 11:39:57 +0100 Subject: [PATCH] Require PHPUnit 7.3.7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e292481c..c97cdcd8 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.3" + "phpunit/phpunit": "9.3.7" }, "autoload": { "psr-4": {