From 05c34cb93213e4c789595abcbbaffbbfa1401d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:48:46 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5|^10.0 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 63cda9c..bfbef82 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.6" }, "autoload": { "psr-4": {