LexikMaintenanceBundle
LexikMaintenanceBundle copied to clipboard
Replace ContainerAwareCommand usages with DI
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
This PR is meant to fix that