From 8ee3b4b5a3929601c7e4e8ca54736a8b53a12781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:22:00 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.5.9 | 11.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c3afd3..c7293a8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "squizlabs/php_codesniffer": "^3.8" }, "require-dev": { - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "vimeo/psalm": "^5.17" }, "minimum-stability": "dev",