From 176e0ea3fc4312f45d86518cc54435207f56c3d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:25:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.4 | 10.0.16 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50210ee..10c2a8e 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "laminas/laminas-dependency-plugin": "^2.1" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.0.16", "infection/infection": "^0.24", "squizlabs/php_codesniffer": "^3.6", "doctrine/coding-standard": "^9",