本地是tp5安装think-queue总是报错 ,要求什么
Your requirements could not be resolved to an installable set of packages.
Problem 1
- topthink/think-queue v3.0.4 requires topthink/framework ^6.0.0 -> satisfiable by topthink/framework[6.0.x-dev, v6.0.0, v6.0.0-rc2, v6.0.0-rc3, v6.0.0-rc4, v6.0.0-rc5, v6.0.1, v6
.0.2, v6.0.3] but these conflict with your requirements or minimum-stability.
- topthink/think-queue v3.0.3 requires topthink/framework ^6.0.0 -> satisfiable by topthink/framework[6.0.x-dev, v6.0.0, v6.0.0-rc2, v6.0.0-rc3, v6.0.0-rc4, v6.0.0-rc5, v6.0.1, v6
.0.2, v6.0.3] but these conflict with your requirements or minimum-stability.
- topthink/think-queue v3.0.2 requires topthink/framework ^6.0.0 -> satisfiable by topthink/framework[6.0.x-dev, v6.0.0, v6.0.0-rc2, v6.0.0-rc3, v6.0.0-rc4, v6.0.0-rc5, v6.0.1, v6
.0.2, v6.0.3] but these conflict with your requirements or minimum-stability.
- topthink/think-queue v3.0.1 requires topthink/framework ^6.0.0 -> satisfiable by topthink/framework[6.0.x-dev, v6.0.0, v6.0.0-rc2, v6.0.0-rc3, v6.0.0-rc4, v6.0.0-rc5, v6.0.1, v6
.0.2, v6.0.3] but these conflict with your requirements or minimum-stability.
- topthink/think-queue v3.0.0 requires topthink/framework ^6.0.0 -> satisfiable by topthink/framework[6.0.x-dev, v6.0.0, v6.0.0-rc2, v6.0.0-rc3, v6.0.0-rc4, v6.0.0-rc5, v6.0.1, v6
.0.2, v6.0.3] but these conflict with your requirements or minimum-stability.
- Installation request for topthink/think-queue ^3.0 -> satisfiable by topthink/think-queue[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4].
弄了半天版本对不上,只能指定版本了
参照着
composer create-project topthink/think tp5 5.0.*
写出了这个 还别说 成功了!!
composer require topthink/think-queue 1.1.4