Skip to content
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

Compatibility with Symfony 4.2 #880

Closed
QuentinCurtet opened this issue Nov 30, 2018 · 1 comment
Closed

Compatibility with Symfony 4.2 #880

QuentinCurtet opened this issue Nov 30, 2018 · 1 comment
Assignees

Comments

@QuentinCurtet
Copy link

Upgrading to symfony 4.2 with this bundle leads to this deprecation :

The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.

It is precisely in this file :
https://github.com/doctrine/DoctrineBundle/blob/master/Command/DoctrineCommand.php (on line 15)

@alcaeus
Copy link
Member

alcaeus commented Nov 30, 2018

See #877.

@alcaeus alcaeus closed this as completed Nov 30, 2018
@alcaeus alcaeus self-assigned this Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants