From d9af776ca75d53b8017668d59ee5d4057b1855a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:28:51 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.20 | 11.2.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fda7a847..02d2121e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.20", + "phpunit/phpunit": "^11.2.0", "psalm/plugin-phpunit": "^0.19.0", "symfony/yaml": "^7.1.1", "vimeo/psalm": "^5.24.0"