packagist nelmio/api-doc-bundle v4.24.0

latest releases: v4.30.0, dev-master, dev-prepare-release...
6 months ago

Changelog

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
   */

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.

What's Changed

Full Changelog: v4.23.1...v4.24.0

Don't miss a new api-doc-bundle release

NewReleases is sending notifications on new releases.