From 69e4921c226892dc2c419a2f70d1b60beb7a76da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:00:45 +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 78eec28..0f47e12 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ] }, "require-dev": { - "phpunit/phpunit": "10.5.9" + "phpunit/phpunit": "11.0.2" }, "scripts": { "test": "./vendor/bin/phpunit",