From bc50fbf69f14c1c4aa85f8586ab21cab423f7697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:42:55 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.21 | 11.2.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f7afd3..5fccaa5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.21", + "phpunit/phpunit": "^11.2.3", "psalm/plugin-phpunit": "^0.19.0", "symfony/yaml": "^7.1.1", "vimeo/psalm": "^5.24.0"