FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony 6.3 deprecations

dmaicher opened this issue · comments

I'm seeing the following deprecations using symfony/serializer 6.3

  1x: Class "FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".

  1x: Class "FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".

  1x: Class "FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".