From 1112fcef83f23c092b2a945293acbb32e7d37796 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:14:12 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^11.5.7 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.6 | 11.5.7 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ddf92a3..f6b7660 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.6", + "phpunit/phpunit": "^11.5.7", "slam/php-cs-fixer-extensions": "^3.12", "symfony/console": "^7.2.1" },