getting error while updating Composer

后端 未结 9 2087
有刺的猬
有刺的猬 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:05

    After installing packages from given answers, i still get some errors then i install following package and it works fine:

    • php-xml

    for specific version:

    • php7.0-xml

    command for php 7.0

    sudo apt-get install php7.0-xml
    

    in some cases you also needs a package php7.0-common . install it same as above command.

提交回复
热议问题