Composer running out of memory on every project, Mac OS X

前端 未结 9 1949
遇见更好的自我
遇见更好的自我 2020-12-01 14:50

I attempted to install aws/aws-sdk-php yesterday on one of my Laravel 4 projects using Composer, I cannot remember exactly the chain of events but it did not in

9条回答
  •  日久生厌
    2020-12-01 15:27

    do not do any thing only try this code if your version is 1.*:

     composer self-update --2   
    

    i was facing many problem then i given memory_limit : 10G. after that i was getting same issue then i try to update composer version then it gone fix. you can check compser version

     composer --version
    

提交回复
热议问题