From 50d030fde4a71b178b040f1bb4017ae8c99ff69c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 01:37:39 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.5.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75c04de..85710fb 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "bin/teensyphp" ], "require-dev": { - "phpunit/phpunit": "12.5.3" + "phpunit/phpunit": "12.5.4" }, "scripts": { "test": "./vendor/bin/phpunit",