Merge pull request #211 from eai04191/feature/fix-210

composer fixでconfigを指定する
This commit is contained in:
shibafu
2019-06-16 19:43:51 +09:00
committed by GitHub

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"