From 073ed7e61880871e39b8146b971d558fdaf9312c Mon Sep 17 00:00:00 2001 From: eai04191 Date: Sun, 16 Jun 2019 05:52:32 +0900 Subject: [PATCH] =?UTF-8?q?composer=20fix=E3=81=A7config=E3=82=92=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95dda47..c4eee01 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "@php artisan package:discover" ], "fix": [ - "php-cs-fixer fix" + "php-cs-fixer fix --config=.php_cs.dist" ], "test": [ "phpunit"