From 22f59dfc66344458fc4453dcb71fc392ac2ca375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 15:20:38 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b82aa2..305fb3c 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,6 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "5.7.27" + "phpunit/phpunit": "9.5.21" } }