composer fixでconfigを指定する

This commit is contained in:
eai04191 2019-06-16 05:52:32 +09:00
parent b510ea4042
commit 073ed7e618

View File

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