Composer killed while updating

后端 未结 16 1966
野性不改
野性不改 2020-11-28 19:40

I got a problem, I tried to install a new package to my Laravel 4 project. But when I run php composer.phar update I get this:

Loading composer          


        
16条回答
  •  猫巷女王i
    2020-11-28 19:41

    If you're using docker you can use COMPOSER_PROCESS_TIMEOUT

    environment:
      COMPOSER_MEMORY_LIMIT: -1
      COMPOSER_PROCESS_TIMEOUT: 2000 #seconds
    

提交回复
热议问题