From 1eb7fe0a8952d8d0bc172fa70a63fe8cf88690a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:11:08 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.20 | 11.2.6 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6f2e8c3..15978afc 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.11", + "phpunit/phpunit": "^11.2.6", "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest", "vimeo/psalm": "^5.22.2"