Skip to content

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

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.23.0 -> 4.24.1

Release Notes

nelmio/NelmioApiDocBundle (nelmio/api-doc-bundle)

v4.24.1

Compare Source

Changes

v4.24.0

Compare Source

  • Added support for some integer ranges (https://phpstan.org/writing-php-code/phpdoc-types#integer-ranges).
    Annotations attached to integer properties like:
      /**
       * @&#8203;var int<6, 11>
       * @&#8203;var int<min, 11>
       * @&#8203;var int<6, max>
       * @&#8203;var positive-int
       * @&#8203;var negative-int
       */
    will be interpreted as appropriate minimum and maximum properties in the generated OpenAPI specification.
Minor breaking change

Dropped support for PHP 7.2 and PHP 7.3. PHP 7.4 is the minimum required version now.

v4.23.1

Compare Source

What's Changed

Full Changelog: https://github.com/nelmio/NelmioApiDocBundle/compare/v4.23.0...v4.23.1


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.

Edited by Renovate Bot

Merge request reports

Loading