From 7e0758ae5375458f1b96e621ad55a991cd98611c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:09:01 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.5.6 | 11.3.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f0310bd..e9d4437b 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.3.1", "roave/infection-static-analysis-plugin": "^1.8", "squizlabs/php_codesniffer": "^3.6.0", "vimeo/psalm": "^4.8.1"