From c0f0c6035c9ead0236d3963e0d3a9ab4f8700f92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 04:00:46 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.10 | 11.0.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 295023964..e0be8b0fe 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "doctrine/coding-standard": "^12.0.0", "phpstan/phpstan": "^1.10.57", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.10", + "phpunit/phpunit": "^11.0.2", "vimeo/psalm": "5.21.1", "roave/infection-static-analysis-plugin": "^1.34.0" },