From ad7608d5f88a016c0b438a21f4995b4e774ca070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 07:29:20 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.5 | 10.0.18 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50210ee..1e85549 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.18", "infection/infection": "^0.24", "squizlabs/php_codesniffer": "^3.6", "doctrine/coding-standard": "^9",