FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 260 forks source link

Symfony 6.3 deprecations #459

Closed dmaicher closed 1 year ago

dmaicher commented 1 year ago

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".