DEPRECATED - This bundle is deprecated. Use gollumsf/serializer-describe-attribute-bundle instead, which supports PHP 8.2+ and Symfony 6.4 / 7.x / 8.0.
Add class annotation for describe serializer property
Replace in your composer.json:
- "gollumsf/serializer-describe-annotation-bundle": "^x.x"
+ "gollumsf/serializer-describe-attribute-bundle": "^1.0"Replace in your code:
- use GollumSF\SerializerDescribeAnnotationBundle\Attribute\SerializerDescribe;
+ use GollumSF\SerializerDescribeAttributeBundle\Attribute\SerializerDescribe;Replace in config/bundles.php:
- GollumSF\SerializerDescribeAnnotationBundle\GollumSFSerializerDescribeAnnotationBundle::class => ['all' => true],
+ GollumSF\SerializerDescribeAttributeBundle\GollumSFSerializerDescribeAttributeBundle::class => ['all' => true],