From d046abc987f97ebdea3b896b40926136a830c907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:54:02 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.15 | 11.0.3 | 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 be629aed..d8ef2c9e 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "laminas/laminas-http": "^2.19", "laminas/laminas-validator": "^2.46.0", "mongodb/mongodb": "~1.17.0", - "phpunit/phpunit": "^9.6.15", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.18" },