From 273461024a01876a0689a9fdd9d15745cdcefc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 02:15:00 +0000 Subject: [PATCH] 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 4112937..b5ba932 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "~4.8", + "phpunit/phpunit": "~11.0", "satooshi/php-coveralls": "~1.0", "squizlabs/php_codesniffer": "~2.6", "friendsofphp/php-cs-fixer": "~1.12"