From 1ab8864f6147a8b53abc11167cb21a70c8d154c0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 6 Feb 2026 09:42: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 d9e0ca646..36a3aedb8 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "microsoft/tolerant-php-parser": "^0.1.2" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^13.0", "google/gax": "^1.37.0" }, "scripts": {