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

Error with Composer update #335

Closed electricBonfire closed 8 years ago

electricBonfire commented 8 years ago

I have created a new Symfony3 project. I get a bunch of errors when installing the MongoDBBundle as described here: http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html

I'm guessing this has to do with the fact I am running Symfony3 and not 2. Does this bundle work with Symfony3, and if not, what would it take to integrate the bundle with the new version?

electricBonfire commented 8 years ago

I forgot here is the output of composer update:

Problem 1

malarzm commented 8 years ago

@shawn-northrop I know it's not the best solution, but could you try using dev-master? I believe the 3.0 reqs are not tagged yet

electricBonfire commented 8 years ago

Ok, that will have to work for now. Thanks.

alcaeus commented 8 years ago

dev-master is not tagged yet as we haven't gotten around to merging all changes. If you're using Symfony 3.0, you'll have to deal with dev-master for now.

electricBonfire commented 8 years ago

Ok thanks, ill close this out then