From 3bdc2e44b8629525da158b1e3091441b24ad9225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:55:59 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.6.8 | 10.4.2 | Signed-off-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 4277457b7..5d86c7201 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.32.0", "symfony/messenger": "^4.4.34|^5.4.0|^6.0.1",