From 573a7ed0126af2fb7d915cf475ef37836e554827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:17:59 +0000 Subject: [PATCH] chore(deps): 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 1b71806..c907551 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^11.0", "phpspec/prophecy-phpunit": "^2.0", "squizlabs/php_codesniffer": "^3.6", "slevomat/coding-standard": "^8.0",