From 47082e261145232c68518a958243dcdcea55ca98 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Wed, 20 Dec 2023 18:56:25 +0300 Subject: [PATCH] not require friendsofphp/php-cs-fixer --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0571020..4e9d4a4 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,7 @@ "require-dev": { "phpunit/phpunit": "~7.0|~8.0|~9.0", "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "friendsofphp/php-cs-fixer": "^3.0.0" + "phpstan/phpstan-phpunit": "^0.12" }, "suggest": { "splitbrain/php-archive": "Greatly reduces memory usage for the geoip2:update command"