From f022f9364d87d26463507535999fa986d8a58ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:34:19 +0100 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 (#87) 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 108f1a8..7155e09 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "^1.0.0", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.0.0", - "phpunit/phpunit": "^10.3", + "phpunit/phpunit": "^11.0", "psr-mock/http": "^1.0", "thecodingmachine/phpstan-safe-rule": "^1.0" },