From 1ab9270d26490bc15e8b5dfd64583d509e3c6f95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:41:09 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 962695f..ce178a4 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^10.0.19", + "phpunit/phpunit": "^13.0.0", "roave/security-advisories": "dev-latest", "wayofdev/cs-fixer-config": "^v1.1.11" },