Installation failed, reverting ./composer.json and ./composer.lock to their original content.

解决方案如下:

打开php.ini,并搜索disable_functions指令,从里面搜索“proc_open”,删除即可。

注意,要看我们一共安装了几个php,都要相应的删除掉。

你可能感兴趣的:(linux)