在使用php composer.phar install 時報的錯誤php
mongodb/mongodb 1.0.0 requires ext-mongodb ^1.1.0 -> the requested PHP extension mongodb is missing from your system.mongodb
這個問題的大體意思是mongodb1.00須要擴展驅動mongo 1.10,問題緣由多是:composer
mongodb和mongodb的驅動擴展版本不兼容ide
php 擴展中缺失了其中的一個擴展(我遇到的爲題就是這個,有mongo擴展,沒有安裝mongodb擴展)ui
安裝相應的擴展包便可解決,擴展包地址:
spa