From 0e77524616652a83fb7653ef13e985d90649e1b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:29:25 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 437009a..6d4a661 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "^1.3", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^11.0", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.31", "thecodingmachine/phpstan-safe-rule": "^1.0",