Update dependency nelmio/api-doc-bundle to v4.25.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nelmio/api-doc-bundle | require | minor |
4.24.1 -> 4.25.0
|
Release Notes
nelmio/NelmioApiDocBundle (nelmio/api-doc-bundle)
v4.25.0
- Added support for JMS @Discriminator annotation/attribute
#[\JMS\Serializer\Annotation\Discriminator(field: 'type', map: ['car' => Car::class, 'plane' => Plane::class])] abstract class Vehicle { } class Car extends Vehicle { } class Plane extends Vehicle { }
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.