From 2d92677c10c13f21afb9b7329e30814b87ce64a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 04:47:15 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpunit | 11.5.44 | 12.4.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d6f682..f8e0fb2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "doctrine/coding-standard": "^14.0.0", "ext-zip": "^1.15.0", "roave/infection-static-analysis-plugin": "^1.39.0", - "phpunit/phpunit": "^11.5.44", + "phpunit/phpunit": "^12.4.3", "psalm/plugin-phpunit": "^0.19.5", "vimeo/psalm": "^6.13.1" },