diff --git a/composer.json b/composer.json index fffe7574..cc5afbb8 100644 --- a/composer.json +++ b/composer.json @@ -79,11 +79,5 @@ "cs-fix": "php-cs-fixer fix $1", "analyze": "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" - } } }