From 1635e87f446241428f6f54355edc204f0dd97d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:03:33 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v8 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7be6538..56a53cc 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "guzzlehttp/psr7": "^1.8.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^8.5.52", "squizlabs/php_codesniffer": "~2.6", "friendsofphp/php-cs-fixer": "~2.12" },