From 410ed70ae088a3e9a21ba048a6df43f0aa566771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:49:01 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------- | | packagist | phpunit/phpunit | 9.6.5 | 10.0.17 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c6cf745..3dcaff0a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "doctrine/coding-standard": "^11.1.0", "php-standard-library/psalm-plugin": "^2.2.1", - "phpunit/phpunit": "^9.6.5", + "phpunit/phpunit": "^10.0.17", "psalm/plugin-phpunit": "^0.18.4", "roave/infection-static-analysis-plugin": "^1.29.0", "roave/no-leaks": "^1.4.0",