thephpleague/oauth2-server-bundle

Doctrine ORM 2.9 deprecated message

sdespont opened this issue ยท 5 comments

Hello,

New deprecated message after composer update in relation with Doctrine ORM 2.9

The "Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass" class is considered final since 2.9. It may change without further notice as of its next major version. You should not extend it from "League\Bundle\OAuth2ServerBundle\DependencyInjection\CompilerPass\RegisterDoctrineOrmMappingPass".

I have open an issue on doctrine/DoctrineBundle to know how to fix this : doctrine/DoctrineBundle#1655

Hi @sdespont or @chalasr, this issue is fixed you can close it ;)