From ab5642c9075c98c2c38858a853653a1dc2913f8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:08:58 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10 --- integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/composer.json b/integration/composer.json index 906f60d..d51871f 100644 --- a/integration/composer.json +++ b/integration/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "behat/behat": "^3.11", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, "repositories": [ {