doctrine / DoctrineMongoDBBundle

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

is Symfony 6 and php 8 is supported #733

Closed edeebee closed 2 years ago

edeebee commented 2 years ago

I'm getting this error during install

Is SF6 and PHP 8 is still unsupported ?

malarzm commented 2 years ago

Everything you mention is supported as per our composer.json.

I'd focus on this part of the error:

require ext-mongodb ^1.5 -> it is missing from your system. Install or enable PHP's mongodb extension.