yoanbernabeu / Airtable-Client-Bundle

Simple Client for Airtable API
MIT License
33 stars 12 forks source link

Replace ObjectNormalizer by NormalizerInterface #32

Closed asuri0n closed 1 year ago

asuri0n commented 1 year ago

Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "airtable_client" service.

asuri0n commented 1 year ago

@yoanbernabeu hope this project is still maintained ;)