鍍金池/ 問(wèn)答/PHP/ think-queue安裝出現(xiàn)了問(wèn)題

think-queue安裝出現(xiàn)了問(wèn)題

composer require topthink/think-queue
報(bào)錯(cuò)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

回答
編輯回答
莓森

版本不對(duì),
要么是5.5的,要么是>=7.0.8的版本
而你的php的版本是7.0.1,所以安裝失敗

2017年7月27日 13:13