composer require topthink/think-queue
报错symfony/http-foundation v3.3.10 requires php ^5.5.9|>=7.0.8 -> your PHP version (7.0.1) does not satisfy that requirement
composer require topthink/think-queue
报错symfony/http-foundation v3.3.10 requires php ^5.5.9|>=7.0.8 -> your PHP version (7.0.1) does not satisfy that requirement
版本不对,
要么是5.5的,要么是>=7.0.8的版本
而你的php的版本是7.0.1,所以安装失败