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
commit d6127a7268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"