From 0afbbfb2570ef10deaf638dcc41903344ce8a3df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:19:36 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f589014e8..910dd8586 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "dms/phpunit-arraysubset-asserts": "0.5.0", "friendsofphp/php-cs-fixer": "*", - "phpunit/phpunit": "9.6.17", + "phpunit/phpunit": "11.0.6", "php-coveralls/php-coveralls": "2.7.0", "squizlabs/php_codesniffer": "3.9.0" },