From 4d0b810d17bcfec3fb2ef2c2e5ed652c0a184390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:14:31 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.5.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50df782..b1dd42c 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "bin/teensyphp" ], "require-dev": { - "phpunit/phpunit": "12.5.4" + "phpunit/phpunit": "12.5.8" }, "scripts": { "test": "./vendor/bin/phpunit",