From 31ab1901a546abb9ff7422d9cc9f03d381e9a41a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:52:10 +0000 Subject: [PATCH] Update nelmio/api-doc-bundle requirement || ^4.0.0 Updates the requirements on [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) to permit the latest version. - [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases) - [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/2.13.3...v4.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 228872a2b1d..2bdaedd6761 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "guzzlehttp/guzzle": "^6.0", "jangregor/phpstan-prophecy": "^0.3", "justinrainbow/json-schema": "^5.0", - "nelmio/api-doc-bundle": "^2.13.3", + "nelmio/api-doc-bundle": "^2.13.3 || ^4.0.0", "phpdocumentor/reflection-docblock": "^3.0 || ^4.0", "phpdocumentor/type-resolver": "^0.3 || ^0.4", "phpspec/prophecy": "^1.8",