因为 think-queue 最新版本支持的tp版本是6所以5.0无法安装;
解决方法如下:
在composer.json的require节点内添加
"topthink/think-queue": "^2.0"然后执行
composer update然后就可以正常安装think-queue了
因为 think-queue 最新版本支持的tp版本是6所以5.0无法安装;
解决方法如下:
在composer.json的require节点内添加
"topthink/think-queue": "^2.0"然后执行
composer update然后就可以正常安装think-queue了
评论 0