KnpLabs / KnpGaufretteBundle

Easily use Gaufrette in your Symfony projects.
http://knplabs.com
MIT License
717 stars 158 forks source link

using ContainerAwareCommand deprecated in symfony 4.2 #208

Closed timgregg closed 5 years ago

timgregg commented 5 years ago

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

florianajir commented 5 years ago

+1

nicolasmure commented 5 years ago

Fixed by #210 , thank you for reporting.