From 606e60727110ed1e91f47af835cbb1a965af3439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:58:01 +0000 Subject: [PATCH 1/2] fix(deps): update dependency phpdocumentor/reflection-docblock to v5.6.1 --- api/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/composer.json b/api/composer.json index d0cd045831..a306c58ccc 100644 --- a/api/composer.json +++ b/api/composer.json @@ -21,7 +21,7 @@ "league/oauth2-google": "4.0.1", "lexik/jwt-authentication-bundle": "3.1.1", "nelmio/cors-bundle": "2.5.0", - "phpdocumentor/reflection-docblock": "5.5.1", + "phpdocumentor/reflection-docblock": "5.6.1", "phpmyadmin/sql-parser": "5.11.0", "ramsey/uuid": "4.7.6", "rize/uri-template": "0.4.0", From 7d45596ff3d808e625e1cb6059c527b219be86f6 Mon Sep 17 00:00:00 2001 From: Urban Suppiger Date: Sat, 12 Apr 2025 16:08:04 +0200 Subject: [PATCH 2/2] composer update --- api/composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index 7a44a95599..6cd44054b3 100644 --- a/api/composer.lock +++ b/api/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": "d781f82558f9163d169b23d772da3254", + "content-hash": "5a0ac36f8b0e1b2a7700c33d241304f4", "packages": [ { "name": "api-platform/core", @@ -3740,16 +3740,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.5.1", + "version": "5.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "0c70d2c566e899666f367ab7b80986beb3581e6f" + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/0c70d2c566e899666f367ab7b80986beb3581e6f", - "reference": "0c70d2c566e899666f367ab7b80986beb3581e6f", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", "shasum": "" }, "require": { @@ -3758,7 +3758,7 @@ "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.7", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "webmozart/assert": "^1.9.1" }, "require-dev": { @@ -3798,9 +3798,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.5.1" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" }, - "time": "2024-11-06T11:58:54+00:00" + "time": "2024-12-07T09:39:29+00:00" }, { "name": "phpdocumentor/type-resolver",