Composer hangs on “Resolving dependencies through SAT” on 4.2

删除回忆录丶 提交于 2019-12-05 00:55:34

For all looking for an answer...here's what helped increase performance:

  1. Commit composer.lock: if you're not doing this already you can run 'composer update' on one machine and then commit your lock file then run 'composer install' on each other machine. This saved our deployment process!
  2. Generally declare versions as explicitly as possible.

and/or

  1. update your Laravel version!
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!