From 8e60e52768c35aee93bf15a3ba99c65bc38d1bd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:43:35 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v9.6.22 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ceb3157..1f0823f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "doctrine/annotations": "^1.6" }, "require-dev": { - "phpunit/phpunit": "7.5.20|9.5.0", + "phpunit/phpunit": "9.6.22", "sunrise/coding-standard": "1.0.0", "sunrise/http-factory": "1.1.0", "sunrise/http-router": "^2.11",