Composer installing: the json extension is missing

前端 未结 5 1113
梦毁少年i
梦毁少年i 2021-01-18 03:43

I wrote in Linux Terminal: curl -s https://getcomposer.org/installer | php It said:

 #!/usr/bin/env php
Some settings on your machine make Com         


        
5条回答
  •  庸人自扰
    2021-01-18 04:47

    On Centos 8 with PHP 7.2, after comprehensive research, I have concluded that the only solid way to fix it is reinstalling PHP with its newest version. (7.4 was the latest version for me) Here you can find others who share the same conclusion; laracasts

提交回复
热议问题