From e9a3d4b3d8345da269e9366538b2285ab77153ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:24:33 +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 4bef10d..42fa6d7 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.5"