From 5e84237ef5be067dd9d952013d5f39c68c0ac39c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:37:27 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.10 | 11.5.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6569fa..7738b5a 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.7", + "phpunit/phpunit": "^11.5.1", "infection/infection": "^0.26.19", "doctrine/coding-standard": "^12.0.0", "vimeo/psalm": "^5.9.0"