From 760f8e7a8e9e551c7ba2a91eba5e73a70ca0eb90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:20:42 +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 6ee325e..0628d2a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.4", + "phpunit/phpunit": "^10.0", "psalm/plugin-phpunit": "^0.18.0", "roave/infection-static-analysis-plugin": "^1.8", "vimeo/psalm": "^5.0"