From 32db64bdaf988a66f9af0b874a229587080a11b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:41:18 +0000 Subject: [PATCH] chore(deps): update dependency phpdocumentor/reflection-docblock to ^5.6.5 | datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | packagist | phpdocumentor/reflection-docblock | 5.6.4 | 5.6.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index dcb6d1b..bcb088c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": "~8.3.0 || ~8.4.0", "jane-php/open-api-runtime": "^7.9.0", - "phpdocumentor/reflection-docblock": "^5.6.4", + "phpdocumentor/reflection-docblock": "^5.6.5", "phpstan/phpdoc-parser": "^2.3.0", "symfony/console": "^7.4.0", "symfony/http-client": "^7.4.0", diff --git a/composer.lock b/composer.lock index 45bff2f..51dc069 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "41033a38420f5d890b9fb2a066b05c86", + "content-hash": "a5b553dd3ea9502f70911d04cd8195db", "packages": [ { "name": "clue/stream-filter", @@ -998,16 +998,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.6.4", + "version": "5.6.5", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2" + "reference": "90614c73d3800e187615e2dd236ad0e2a01bf761" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90a04bcbf03784066f16038e87e23a0a83cee3c2", - "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90614c73d3800e187615e2dd236ad0e2a01bf761", + "reference": "90614c73d3800e187615e2dd236ad0e2a01bf761", "shasum": "" }, "require": { @@ -1056,9 +1056,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.4" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.5" }, - "time": "2025-11-17T21:13:10+00:00" + "time": "2025-11-27T19:50:05+00:00" }, { "name": "phpdocumentor/type-resolver",