From 251dadf664eb5d8b0d0c635c1b184f948a615027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:10:33 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6eafa26..abfddac 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^12.0", "phpstan/phpstan": "2.1.37" } }