From d479ac460b4c58f60e40425d900ece702d803c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:45:01 +0000 Subject: [PATCH] chore(deps): update dependency phpdocumentor/reflection-docblock to ^5.6.2 | datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | packagist | phpdocumentor/reflection-docblock | 5.6.1 | 5.6.2 | 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 9bafc50..0c9a265 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "~8.3.0 || ~8.4.0", "ext-filter": "*", "jane-php/open-api-runtime": "^7.8.1", - "phpdocumentor/reflection-docblock": "^5.6.1", + "phpdocumentor/reflection-docblock": "^5.6.2", "phpstan/phpdoc-parser": "^2.1", "symfony/console": "^7.2.5", "symfony/http-client": "^7.2.4", diff --git a/composer.lock b/composer.lock index bd68b7b..57b0ff1 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": "12cede7d0a7e7931caf5a8a04fc1ca69", + "content-hash": "67290c7d178038549a7f750542782da3", "packages": [ { "name": "clue/stream-filter", @@ -990,16 +990,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.6.1", + "version": "5.6.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" + "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", - "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62", + "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62", "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.1" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2" }, - "time": "2024-12-07T09:39:29+00:00" + "time": "2025-04-13T19:20:35+00:00" }, { "name": "phpdocumentor/type-resolver",