Revision de9c37f394d4ada65a4571de9e1f87fc91cc1d2f

Committed on 31/05/2022 5:48 am by Misley Márton <misley.marton@webdream.hu> [GitHub Diff]

Fix symfony 6.1 deprecations

- Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute
- NormalizerInterface::supportsNormalization() method will require a new "array $context" argument, not defining it is deprecated.