# 本地tp5.1安装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].
# 后来度娘查了一下资料,发现是最新版本的# think-queue 需要TP6以上,抱着试着的心态安装1.1.4版本的think-queue,没想到真的成功啦。
D:\phpstudy_pro\WWW\ThinkAdminV5>composer require topthink/think-queue 1.1.4
You are running composer with Xdebug enabled. This has a major impact on runtime
performance. See https://getcomposer.org/xdebug
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
- Installing topthink/think-helper (v3.1.4): Loading from cache
- Installing topthink/think-queue (v1.1.4): Loading from cache
Writing lock file
Generating autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!