From 33f41f6112eb01c091aac94af141262c3593adb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:06:44 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 10.5.10 | 11.0.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81b8c01..25a0d92 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "phpstan/phpstan": "^1.10.57", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.10" + "phpunit/phpunit": "^11.0.3" }, "autoload": { "psr-4": {