From 30447a9785ef2104bbe10a585c492a8a9e0a6403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:41:51 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 [security] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6462cb..9174c09 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^12.5.22" }, "scripts": { "test": "phpunit"