getting error while updating Composer

后端 未结 9 2071
有刺的猬
有刺的猬 2020-12-12 20:24

I have a project in Laravel-5.1 and I have changed my platform from win10 to Ubuntu.

Showing error:

Loading composer repositories with package inf

9条回答
  •  温柔的废话
    2020-12-12 21:07

    The good solution for this error please run this command

    composer install --ignore-platform-reqs

提交回复
热议问题