1. 程式人生 > >Your configuration does not allow connection to http://packagist.org

Your configuration does not allow connection to http://packagist.org

composer update/install 出現如下錯誤:

[Composer\Downloader\TransportException]                                                                                          
  Your configuration does not allow connection to http://packagist.org. See https://getcomposer.org/doc/06-config.md#secure-http f  
  or details.     

解決方法:
禁用 https 請求

//設定當前
composer config secure-http false

//全域性設定
composer config -g secure-http false

個人部落格:www.hellocodes.cn