From b27670af5ed66aaf01d4ee3786a123c72331193b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:54:48 +0100 Subject: [PATCH] Update dependency phpunit/phpunit to v11 (#15) | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.11 | 11.0.3 | Co-authored-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 b3ed082..f040e05 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.2.0 || ~8.3.0" }, "require-dev": { - "phpunit/phpunit": "^10.5.11", + "phpunit/phpunit": "^11.0.3", "slam/php-cs-fixer-extensions": "^3.10" }, "autoload": {