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

Remove dependency to `jean85/pretty-package-versions` #805

Closed GromNaN closed 7 months ago

GromNaN commented 7 months ago

Thanks to Composer API v2, we have an easy solution to retrieve the version of a package that is installed.

malarzm commented 7 months ago

Thanks @GromNaN! Will you be making similar adjustment to ODM itself? I think we were using same package there as well

GromNaN commented 7 months ago

Yes, I'd like to do the same for other projects : ODM and mongodb library.