From b2d816b057e22703a8f7a46cb93e50cbb7f10309 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Sat, 26 Jul 2025 15:55:42 +0300 Subject: [PATCH] Update dev dependencies --- composer.json | 8 ++++---- phpunit.xml.dist | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 72a27a6..127ae64 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "phpstan/phpstan": "^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.59", - "infection/infection": "^0.28.0", - "nikic/php-parser": "^5.3", - "phpunit/phpunit": "^10.1" + "friendsofphp/php-cs-fixer": "^3.84", + "infection/infection": "^0.29.8", + "nikic/php-parser": "^5.5", + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index bc6196b..6c912f8 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,9 @@ executionOrder="random" failOnWarning="true" failOnRisky="true" + failOnPhpunitDeprecation="true" + displayDetailsOnPhpunitDeprecations="true" + displayDetailsOnTestsThatTriggerDeprecations="true" cacheDirectory=".phpunit.cache"> @@ -17,7 +20,7 @@ - ./src/ + ./src/