composer fixでconfigを指定する
This commit is contained in:
parent
b510ea4042
commit
073ed7e618
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user