Ubuntu中使用Composer Install/Update常见报错解决办法

Problem
xxxx requires ext-curl * -> the required PHP extension curl is missing from your system

解决办法:

$ sudo apt-get install php-curl

Problem
xxxx requires ext-zip * -> the required PHP extension zip is missing from your system

解决办法:

$ sudo apt-get install php-zip

你可能感兴趣的:(PHP,Linux,ubuntu,composer)