composer fixでconfigを指定する

This commit is contained in:
eai04191 2019-06-16 05:52:32 +09:00
parent b510ea4042
commit 073ed7e618
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
"@php artisan package:discover"
],
"fix": [
"php-cs-fixer fix"
"php-cs-fixer fix --config=.php_cs.dist"
],
"test": [
"phpunit"