From 535709b5f41a139da98cf56724a86d62473129e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:26:24 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fce691c2..041b1c3c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "roave/security-advisories": "dev-latest", - "phpunit/phpunit": "9.5.27", + "phpunit/phpunit": "11.0.1", "orchestra/testbench": "7.17.0" }, "autoload": {