From 1899bd4864cbfbdb0a30a02c6b707e5edf7d5842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:18:32 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.6.3 | 10.0.7 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f433ea0a..3c5053097 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpbench/phpbench": "^1.2.8", "phpspec/prophecy-phpunit": "^2.0.1", "phpstan/phpstan": "^1.9.14", - "phpunit/phpunit": "^9.5.28", + "phpunit/phpunit": "^10.0.0", "psalm/plugin-phpunit": "^0.18.4", "roave/infection-static-analysis-plugin": "^1.28.0", "symfony/messenger": "^4.4.34|^5.4.0|^6.0.1",