Skip to content

Update dependency nelmio/api-doc-bundle to v4.25.0

Renovate Bot requested to merge renovate/nelmio-api-doc-bundle-4.x-lockfile into master

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

Compare Source

  • 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading