Update dependency nelmio/api-doc-bundle to v4.24.1
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
Changes
- Added conflict for swagger-php 4.8.7, see issue https://github.com/zircote/swagger-php/issues/1562
v4.24.0
- Added support for some integer ranges (https://phpstan.org/writing-php-code/phpdoc-types#integer-ranges).
Annotations attached to integer properties like:/** * @​var int<6, 11> * @​var int<min, 11> * @​var int<6, max> * @​var positive-int * @​var negative-int */
minimum
andmaximum
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
What's Changed
- fix: use iterable check instead of array by @DjordyKoert in https://github.com/nelmio/NelmioApiDocBundle/pull/2239
Full Changelog: https://github.com/nelmio/NelmioApiDocBundle/compare/v4.23.0...v4.23.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot