From 58deaa2ab9e97b6e59532baf1d9048e8a327ba5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:16:39 +0000 Subject: [PATCH] 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 4ea0866..d3538cf 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require-dev": { - "phpunit/phpunit": "9.5.10", + "phpunit/phpunit": "10.0.18", "vimeo/psalm": "4.9.1" } }