From ea0ff8735ed56a913587813840dc95c479be72da Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Mon, 22 Oct 2018 14:12:11 -0700 Subject: [PATCH] Update composer.json Remove friendsofphp/php-cs-fixer for now. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd74d2b..0f5e417 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ }, "require-dev": { "kahlan/kahlan": "^2.4", - "illuminate/database": ">=5.2.0", - "friendsofphp/php-cs-fixer": ">=2.2" + "illuminate/database": ">=5.2.0" } }