From 025eda2f31165b4f549d35fb3f0c834ae161b65f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:57:29 +0000 Subject: [PATCH] chore(deps): update dependency phpdocumentor/reflection-docblock to ^5.6.4 | datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | packagist | phpdocumentor/reflection-docblock | 5.6.3 | 5.6.4 | 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 7f1cdc4..944dd4c 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.3", + "phpdocumentor/reflection-docblock": "^5.6.4", "phpstan/phpdoc-parser": "^2.3.0", "symfony/console": "^7.3.6", "symfony/http-client": "^7.3.6", diff --git a/composer.lock b/composer.lock index a20f51a..955806c 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": "7cca362645a026b561860a4f4ee8e3d6", + "content-hash": "d8c9d87b856cba3b3fa009be20b67945", "packages": [ { "name": "clue/stream-filter", @@ -990,16 +990,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.6.3", + "version": "5.6.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9" + "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9", - "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90a04bcbf03784066f16038e87e23a0a83cee3c2", + "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2", "shasum": "" }, "require": { @@ -1048,9 +1048,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.3" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.4" }, - "time": "2025-08-01T19:43:32+00:00" + "time": "2025-11-17T21:13:10+00:00" }, { "name": "phpdocumentor/type-resolver",