From aee70273c5418af79a0c81a4d4f2b9d2fda5fc4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:55:25 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v9.6.16 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d084bf0..07a83bb 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": "7.5.20|9.5.0", + "phpunit/phpunit": "9.6.16", "sunrise/coding-standard": "1.0.0", "sunrise/http-factory": "2.0.2" },