From b44a9b72f7663f98df4a5908688d863ca407a893 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 30 Dec 2019 18:48:52 -0500 Subject: [PATCH] Removed phpcbf from composer as it is run by a script now --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9d690469..8eabaaa6 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,7 @@ "minus-x check ." ], "fix": [ - "minus-x fix .", - "phpcbf" + "minus-x fix ." ] } }