因?yàn)?think-queue 最新版本支持的tp版本是6所以5.0無法安裝;

解決方法如下:

在composer.json的require節(jié)點(diǎn)內(nèi)添加

"topthink/think-queue": "^2.0"
然后執(zhí)行

composer update
然后就可以正常安裝think-queue了