From d0eb2f15cd44b558ebb47002a7ff5b7af6fbbc07 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 6 Aug 2020 21:15:46 +0100 Subject: [PATCH] chore: keeps phpunit 9.2 for pest 0.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4d77bb41..f534e3f3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "pestphp/pest-plugin": "^0.2", "pestphp/pest-plugin-coverage": "^0.2", "pestphp/pest-plugin-init": "^0.2", - "phpunit/phpunit": "^9.1.4", + "phpunit/phpunit": "~9.2.0", "sebastian/environment": "^5.1" }, "autoload": {