From 15c5d56ad47fd234dec05f1f8ec8a2cdebde06d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:43:56 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f6f647..ef0f81d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "nunomaduro/phpinsights": "2.6.1", "pestphp/pest": "1.22.3", - "phpunit/phpunit": "9.5.26", + "phpunit/phpunit": "10.0.19", "orchestra/testbench": "^7.1", "nunomaduro/collision": "6.3.2" },