thinkphp5.0 安装think-queue composer 报错 版本不符

十年热恋 提交于 2020-03-12 11:44:00

thinkphp5.0 安装think-queue composer 报错 版本不符

 浅笑19   3218 阅读   0 评论   0 点赞

因为 think-queue 最新版本支持的tp版本是6所以5.0无法安装;

解决方法如下:

在composer.json的require节点内添加

 

"topthink/think-queue": "^2.0"
然后执行

 

 

composer update
然后就可以正常安装think-queue了
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!