From dfcbbe245dacb56a1639c928ae10fcfb7a3a487f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:59:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.3 | 10.0.10 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50210ee..404bb2c 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.10", "infection/infection": "^0.24", "squizlabs/php_codesniffer": "^3.6", "doctrine/coding-standard": "^9",