报错如下:
PHP Fatal error: Allowed memory size of XXXXXX bytes exhausted <…>
解决办法
在 composer 前加 COMPOSER_MEMORY_LIMIT=-1 ; 例如
COMPOSER_MEMORY_LIMIT=-1 composer require "laravel/horizon:~3.1"
参考 https://getcomposer.org/doc/articles/troubleshooting.md#memory-limiterrors 附多种解决方案。