From fd6d5d01749e3b7417c636a7bf90bf8a961d8817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:36:51 +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" },