From 98a7b3d685de2e8dfb3bcaf075b19f3c32790ae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:53:01 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.5.28 | 10.0.0 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5774111..e3fde5a 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "laminas/laminas-filter": "^2.30", "laminas/laminas-servicemanager": "^3.20", "laminas/laminas-view": "^2.25", - "phpunit/phpunit": "^9.5.27", + "phpunit/phpunit": "^10.0.0", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.4" },