From 5df7def45f18444c3d15e20062ca99b32e58075c Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 6 Mar 2023 14:49:16 +0900 Subject: [PATCH] chore: remove php-cs-fixer Use coding-standard's dependency. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 313dd11df2..df93360432 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "kint-php/kint": "^5.0.4", "codeigniter/coding-standard": "^1.5", "fakerphp/faker": "^1.9", - "friendsofphp/php-cs-fixer": "3.13.0", "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.6", "nexusphp/tachycardia": "^1.0",