I\'m following the directions here: http://symfony.com/doc/2.0/bundles/DoctrineMongoDBBundle/index.html
I have installed deps:
#deps
[doctrine-mongodb]
Try fixing the bundle's version:
[DoctrineMongoDBBundle]
git=http://github.com/symfony/DoctrineMongoDBBundle.git
target=/bundles/Symfony/Bundle/DoctrineMongoDBBundle
version=v2.0.0
And remember to always use bin/vendors install
— not bin/vendors update
. Unless you are developing Symfony itself, of course.