From 95c348cf696a0959d37627f54ff3605c1cb8663f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 04:34:08 +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 b85e7eeb0..1bcf0ebee 100644 --- a/php/composer.json +++ b/php/composer.json @@ -18,7 +18,7 @@ "cucumber/messages": "19.1.4 - 21" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0", "vimeo/psalm": "^5.0", "friendsofphp/php-cs-fixer": "^3.5", "psalm/plugin-phpunit": "^0.18.0",