From 0c10fc024867eec82bc7236f3c35ff5cee213585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 11:28:50 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.5.0 | 10.0.15 | 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 207b331..caeea68 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "^0.26.0", "patchlevel/coding-standard": "^1.0.0", "phpstan/phpstan": "^0.12.58", - "phpunit/phpunit": "^9.4.4", + "phpunit/phpunit": "^10.0.0", "symfony/var-dumper": "^5.2.0", "vimeo/psalm": "^4.3.1" },