After upgrading to symfony 4.2 getting this deprecation error
1x: The "Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
can be fixed by using "Symfony\Component\Console\Command\Command" instead
After upgrading to symfony 4.2 getting this deprecation error
1x: The "Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
can be fixed by using "Symfony\Component\Console\Command\Command" instead