From 842ab8493bdf1070236e3bda38a5298f0253b351 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:00:04 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | packagist | phpunit/phpunit | 9.5.6 | 10.5.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f0310bd..7c48777d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-phar": "*", "doctrine/coding-standard": "^9.0.0", "phpbench/phpbench": "^1.0.3", - "phpunit/phpunit": "^9.5.6", + "phpunit/phpunit": "^10.5.1", "roave/infection-static-analysis-plugin": "^1.8", "squizlabs/php_codesniffer": "^3.6.0", "vimeo/psalm": "^4.8.1"