From 1d2c6f0275e2cdd064d556a275cd0dce2da1606c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:08:51 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.5.27 | 10.0.4 | Signed-off-by: Renovate Bot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index defeb9e..e346838 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "doctrine/coding-standard": "^11.0.0", "php-standard-library/psalm-plugin": "^2.2.1", - "phpunit/phpunit": "^9.5.27", + "phpunit/phpunit": "^10.0.0", "psalm/plugin-phpunit": "^0.18.4", "roave/infection-static-analysis-plugin": "^1.26.0", "squizlabs/php_codesniffer": "^3.7.1",