From 7545e1e5397d43c18029697f7f50f09f07c3bdd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:05:48 +0000 Subject: [PATCH] Update nelmio/api-doc-bundle requirement from ^4.12 to ^5.5 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/5.x/CHANGELOG.md) - [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.12.0...v5.5.0) --- updated-dependencies: - dependency-name: nelmio/api-doc-bundle dependency-version: 5.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9685e87..a8df601 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.2", "ext-json": "*", "pimcore/pimcore": "^11.0", - "nelmio/api-doc-bundle": "^4.12", + "nelmio/api-doc-bundle": "^5.5", "phpstan/phpdoc-parser": "^1.30" }, "require-dev": {