From 2f52b09a78a2c059ff8c1cd543e39714a0d6af1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:10:05 +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"