"composer fix" の追加

This commit is contained in:
shibafu 2019-01-19 03:02:30 +09:00
parent 8aa2e6a779
commit a30919991c
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
],
"fix": [
"php-cs-fixer fix"
]
},
"config": {