From bed38b4512b61e55079806e4d3c9027eb37ac4c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 03:55:56 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.3 | 10.0.11 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d4ffa6..77c29fe 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.3", + "phpunit/phpunit": "^10.0.11", "infection/infection": "^0.26.19", "doctrine/coding-standard": "^11.1.0", "vimeo/psalm": "^5.7.3"