From 2699d3331f86df5c5644fab10519ca6b5ecc43b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 20:04:58 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v13 [SECURITY] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7be6538..9efb557 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "guzzlehttp/psr7": "^1.8.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^13.0", "squizlabs/php_codesniffer": "~2.6", "friendsofphp/php-cs-fixer": "~2.12" },