From aaa50cc3071696a694385e8384f802ebaa7973ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:07:26 +0000 Subject: [PATCH] chore(deps): bump phpunit/phpunit from 12.5.31 to v13 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vendor-bin/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index 731b89af4..0e705e4e6 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -6,6 +6,6 @@ }, "require-dev": { "christophwurst/nextcloud_testing": "^3.0", - "phpunit/phpunit": "^12" + "phpunit/phpunit": "^13" } }