gollumsf / serializer-describe-annotation-bundle
Add class annotation for describe serializer property
Package info
github.com/GollumSF/serializer-describe-annotation-bundle
Type:symfony-bundle
pkg:composer/gollumsf/serializer-describe-annotation-bundle
v2.1.0
2026-03-27 10:10 UTC
Requires
- php: >=7.2
- doctrine/annotations: ^1|^2
- symfony/framework-bundle: ^4.4|^5|^6
- symfony/serializer-pack: ^1
Requires (Dev)
- gollumsf/reflection-property-test: ^1.0
- nyholm/symfony-bundle-test: 1.8.1
- phpunit/phpunit: ^9.3
README
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
Migration
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],