From df22915331b71d5785f52384940d536ad74725d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:41:34 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.10 | 11.0.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dffa44d1..72f58399 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", "phpstan/phpstan": "^1.10.58", - "phpunit/phpunit": "^10.5.10", + "phpunit/phpunit": "^11.0.3", "roave/infection-static-analysis-plugin": "^1.34.0", "vimeo/psalm": "^5.22.0" },