From e1f009b9d965fdd26672f5b528efd7c48478e94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:33:59 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement from ^9.5.26 || ^10.5 to ^11.3.6 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b6be32..c999139 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.5", "orchestra/testbench": "^8.1 || ^9.0", - "phpunit/phpunit": "^9.5.26 || ^10.5" + "phpunit/phpunit": "^11.3.6" }, "minimum-stability": "dev", "prefer-stable": true,