From 1ecf13f62b9c1a374569d8947417c035590f0f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:39:18 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v9.6.20 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5c23fde..f2f9d3eb 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "psr/simple-cache": "^1.0" }, "require-dev": { - "phpunit/phpunit": "7.5.20|9.5.0", + "phpunit/phpunit": "9.6.20", "sunrise/coding-standard": "1.0.0", "sunrise/http-factory": "2.0.0", "doctrine/annotations": "^1.6",