From 4735044a920fe411741e2e2073100ccd142edce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:04:46 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.5.6 | 11.2.6 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f0310bd..455cbc06 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-phar": "*", "doctrine/coding-standard": "^9.0.0", "phpbench/phpbench": "^1.0.3", - "phpunit/phpunit": "^9.5.6", + "phpunit/phpunit": "^11.2.6", "roave/infection-static-analysis-plugin": "^1.8", "squizlabs/php_codesniffer": "^3.6.0", "vimeo/psalm": "^4.8.1"