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