From 361c6ed740ae7bdfa54c9caa79c5000be58b01ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:10:07 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^11.5.5 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.4 | 11.5.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c00e638..12e0e95 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-phpunit": "^2.0.4", "phpstan/phpstan-strict-rules": "^2.0.3", - "phpunit/phpunit": "^11.5.4", + "phpunit/phpunit": "^11.5.5", "slam/php-cs-fixer-extensions": "^3.12", "symfony/console": "^7.2.1" },