doctrine/mongodb

How do install in php7-projects

ne0h12 opened this issue · 2 comments

Hi. A have a question.
I use in my project php5 with mongodb. I want upgrade php5 to php7. When I install doctrine/mongodb with alcaeus/mongo-php-adapter (like @alcaeus) then requirement ext-mongo doesn't resolved. How can I get around this limitation without fork and remove requirement "ext-mongo".

Thanks.

Please refer to https://github.com/alcaeus/mongo-php-adapter#installation and if the problem persists open issue in the adapter repository.

Great thanks.