From 4389974b9858ebf68b312fcff351367d8329d630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:59:17 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10 --- php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/composer.json b/php/composer.json index 8349570da..b3fc66da0 100644 --- a/php/composer.json +++ b/php/composer.json @@ -10,7 +10,7 @@ }, "require-dev": { "vimeo/psalm": "^5.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "psalm/plugin-phpunit": "^0.18.0", "friendsofphp/php-cs-fixer": "^3.5", "ramsey/uuid": "^4.5.0"