From b377e24465df2f637e1f4857d7f31f69bca25372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:30:46 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^12.5.3 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 12.5.2 | 12.5.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0d5bee..870ada9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "phpunit/phpunit": "^12.5.2", + "phpunit/phpunit": "^12.5.3", "slam/php-cs-fixer-extensions": "^3.14.0" }, "autoload": {