From 84d85af35b745173e5cf9b2af5a07424931fbfd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:42:24 +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 40e771d..fe11027 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "doctrine/coding-standard": "^12.0", "infection/infection": "^0.27.9", "maglnet/composer-require-checker": "^4.8.0", - "phpunit/phpunit": "^10.5.10", + "phpunit/phpunit": "^11.0.2", "psalm/plugin-phpunit": "^0.18.4", "squizlabs/php_codesniffer": "^3.8.1", "vimeo/psalm": "^5.21.1"