From 3702f65e24fc5ea9e6adec0c6d4e218695328075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:01:55 +0100 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5.34 to ^8.5.35 (#15) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4281659..6de7890 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "phpstan/phpstan": "^1.10.46", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^8.5.34", + "phpunit/phpunit": "^8.5.35", "slevomat/coding-standard": "^8.14.1" }, "autoload": {