doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 230 forks source link

php7 #373

Closed pandanotbreathing closed 8 years ago

pandanotbreathing commented 8 years ago

hey guys! I'm trying to migrate to php7 + symfony3 and when I'm trying to include:

    "doctrine/mongodb-odm-bundle": "dev-master",

Your requirements could not be resolved to an installable set of packages.

Problem 1

but the php.ini (fpm + cli) contains extension=mongodb.so and mongodb is installed also with pecl and presented in php_info() report (version 1.1.7)

could you please tell me what am I doing wrong? thanks in advance! :)

malarzm commented 8 years ago

Please refer to ODM's changelog on how to proceed. Offhand you can now rely on 1.1 being tagged, it's way safer than dev-master