From a064e0ab9c73a97f9525d807dde682d90dfd84d0 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 18 Nov 2024 23:45:22 +0300 Subject: [PATCH] change friendsofphp/php-cs-fixer ^3.64 => ^3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f675004..0857cd5 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpunit/phpunit": "~7.0|~8.0|~9.0", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "friendsofphp/php-cs-fixer": "^3.64" + "friendsofphp/php-cs-fixer": "^3.0" }, "suggest": { "splitbrain/php-archive": "Greatly reduces memory usage for the geoip2:update command"