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