From 0a9da62fc194e95f77ea2adf37a3e0cba7037738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:47:07 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^12.5.24 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 12.5.23 | 12.5.24 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfa6077..1ee97de 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "phpunit/phpunit": "^12.5.23", + "phpunit/phpunit": "^12.5.24", "slam/php-cs-fixer-extensions": "^3.15.0" }, "autoload": {