From e37e29ef502ed930fa39fc3f9c1c7163230d7f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 07:40:33 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.10 | 11.0.4 | 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 3ae3c03..5217f7b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "patchlevel/coding-standard": "^1.3.0", "phpspec/prophecy-phpunit": "^2.1.0", "phpstan/phpstan": "^1.10.48", - "phpunit/phpunit": "^10.5.2", + "phpunit/phpunit": "^11.0.0", "psalm/plugin-symfony": "^5.1.0", "roave/security-advisories": "dev-master", "symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",