From 08fe3668677322428355d703059e58235169b564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:44:25 +0100 Subject: [PATCH] Pin dependency phpunit/phpunit to v7.5.20 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 830d814..b64931a 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "symfony/http-foundation": "^4.4.9" }, "require-dev": { - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "7.5.20" } }