From 9780d246e393a2b40d8c0ea7a6f33696ae218880 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 23:04:12 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3c344d..e3db86f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "1.10.11", "phpstan/phpstan-phpunit": "1.3.11", "phpstan/phpstan-strict-rules": "1.5.1", - "phpunit/phpunit": "^9.2", + "phpunit/phpunit": "^10.0", "psalm/plugin-phpunit": "^0.18.0", "roave/infection-static-analysis-plugin": "^1.7", "thecodingmachine/phpstan-safe-rule": "^1.0",