-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctrine ORM 2.9 deprecated message #132
Comments
@haivala no, it is not in relation with the doctrine persistance incompatibility. DoctrineOrmMappingsPass is extended here https://github.com/thephpleague/oauth2-server-bundle/blob/b4a7c22be98e8c03a739dacce1479104fc50dd2a/src/DependencyInjection/CompilerPass/RegisterDoctrineOrmMappingPass.php |
I have open an issue on |
Fix : #144 |
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".
The text was updated successfully, but these errors were encountered: