From de07c68b2e3542820fbafe870845ce5e35f067bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:36:31 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.6.3 | 11.2.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5812ec..5161579 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "doctrine/coding-standard": "^11.0.0", "doctrine/migrations": "^3.5.2", "php-standard-library/psalm-plugin": "^2.0.2", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.19.0", "qossmic/deptrac-shim": "^1.0.0", "roave/infection-static-analysis-plugin": "^1.25.0",