From 8174d2681eff8754540b661d3c7304f54f47624d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 03:47:57 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.10 | 10.2.4 | 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 c9d6227..b21f841 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "laminas/laminas-paginator": "^2.17", "mezzio/mezzio-helpers": "^5.12", "phpspec/prophecy-phpunit": "^2.0.1", - "phpunit/phpunit": "^9.5.28", + "phpunit/phpunit": "^10.0.0", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.6" },