From 39a7e1060e506e4f416f20197dc41490fb6189a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:13:11 +0000 Subject: [PATCH] chore(deps): update phpunit packages --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e9376c3..998c62c 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ } ], "require-dev": { - "phpunit/phpunit": "^9.6.34", - "yoast/phpunit-polyfills": "^2.0.5", + "phpunit/phpunit": "^13.0.5", + "yoast/phpunit-polyfills": "^4.0.0", "tangible/framework": "dev-main" }, "require": {},