From 1f219feaa804f48d127cde1a008f362673af87a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:22:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.5.25 | 10.5.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92bde78..ff106c6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "composer/composer": ">=1.9.0 <2.3.0", "laminas/laminas-coding-standard": "~2.5.0", "mikey179/vfsstream": "^1.6.11", - "phpunit/phpunit": "^9.5.5", + "phpunit/phpunit": "^10.0.0", "psalm/plugin-phpunit": "^0.18.0", "roave/security-advisories": "dev-master", "vimeo/psalm": "^4.5"