odolbeau / phone-number-bundle

Integrates libphonenumber into your Symfony application
MIT License
217 stars 43 forks source link

Deprecation with Symfony 6.3 #147

Closed dmaicher closed 1 year ago

dmaicher commented 1 year ago

I'm currently testing the Symfony 6.3 BETA 3 on my projects and noticed this deprecation:

Since symfony/serializer 6.3: "Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer" should implement "NormalizerInterface::getSupportedTypes(?string $format): array"

If no one else wants to have a look I can try to tackle it next week.