From 3b899d144454c405bdbad9c0dbd64084d1a0e5aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:06:03 +0000 Subject: [PATCH] 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 bfbcb238..332707f6 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "require-dev": { "mikey179/vfsstream": "^1.6", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, "scripts": { "test": "APP_ENV=test php vendor/bin/phpunit",