From fda2ad2adca7a14d376f6ebb1bcc5774228d75d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:36:42 +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 4c98460..3015a81 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.0" + "phpunit/phpunit": "^11.3.4" }, "autoload": { "psr-4": {