From 969b56608258381398cbdce8f0362289b6510bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:18:04 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.5.28 | 10.2.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f71da27..69560d6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "composer/composer": "^2.5.1", "doctrine/coding-standard": "^11.1.0", "infection/infection": "^0.26.18", - "phpunit/phpunit": "^9.5.28", + "phpunit/phpunit": "^10.2.1", "symfony/process": "^6.2.5" }, "autoload": {