From b21b51b52ca51716d8b448161817ef89e24c1c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:44:13 +0000 Subject: [PATCH] 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 50df782..08837e0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "bin/teensyphp" ], "require-dev": { - "phpunit/phpunit": "12.5.4" + "phpunit/phpunit": "13.0.5" }, "scripts": { "test": "./vendor/bin/phpunit",