From 38aff0d6112cd2a2cc9e05daf053514ad291086b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:47:22 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5|^10.0 to ^11.3.4 --- 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 932066c..ebd10d0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.0" + "phpunit/phpunit": "^11.3.4" }, "autoload": { "psr-4": {