Latest Composer version not pulling Laravel

前端 未结 4 1818
执念已碎
执念已碎 2020-12-29 14:16

The Latest version of Composer is not pulling Laravel, I thought it could be because of Composer added new secure_http feature for downloading from Packagist and Laravel Pac

4条回答
  •  暖寄归人
    2020-12-29 14:50

    I had the same problem. Found the solution here:Reddit Discussion of the issue

    Basically, you have two options:

    • Revert to previous version, by running

      self-update --rollback

    • Or, downgrade composer by running

      composer config -g secure-http false

提交回复
热议问题