From 87f06435b38a0f3b465af1521768ac720e5cc09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:57:18 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5|^10.0 to ^11.3.5 --- 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 63cda9c..827bf4a 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.5" }, "autoload": { "psr-4": {