From c66b3f01811b58b1ad6558fbf72b8bfa911ff9f7 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Tue, 20 Dec 2022 08:37:44 +0100 Subject: [PATCH] #73 - printing number of checked files (#88) * #73 - printing number of checked files * #73 - PHP matrix updated to 8.2 * #73 - PHP matrix reverted --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fe47ab6..c9aaa09 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "type": "library", "require": { "php": "^8.0", - "friendsofphp/php-cs-fixer": "^3.9.2", - "kubawerlos/php-cs-fixer-custom-fixers": "^3.11.1" + "friendsofphp/php-cs-fixer": "^3.13.1", + "kubawerlos/php-cs-fixer-custom-fixers": "^3.11.3" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0",