|
|
@ -69,5 +69,11 @@ |
|
|
"cs-fix": "php-cs-fixer fix $1", |
|
|
"cs-fix": "php-cs-fixer fix $1", |
|
|
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", |
|
|
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", |
|
|
"start": "php ./bin/hyperf.php start" |
|
|
"start": "php ./bin/hyperf.php start" |
|
|
|
|
|
}, |
|
|
|
|
|
"repositories": { |
|
|
|
|
|
"packagist": { |
|
|
|
|
|
"type": "composer", |
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/" |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |