doctrine / DoctrineMongoDBBundle

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

Move internal Container configuration from XML to PHP #807

Closed GromNaN closed 6 months ago

GromNaN commented 7 months ago

Same as https://github.com/symfony/symfony/issues/37186. The PHP configuration for service definition remove the dependency to ext-xml and make navigating in the code easier.

franmomu commented 7 months ago

I'll try to do this