From a30919991cf49e77582ded0efc1a9bdce0a80f0f Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 19 Jan 2019 03:02:30 +0900 Subject: [PATCH] =?UTF-8?q?"composer=20fix"=20=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 12d430e..05edd13 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,9 @@ "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" + ], + "fix": [ + "php-cs-fixer fix" ] }, "config": {