From 3c7f5202958129002b291d27f5bc3c553fd0e3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 04:27:17 +0000 Subject: [PATCH] chore(deps): update phpdocumentor/reflection-docblock requirement || ^6.0 Updates the requirements on [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) to permit the latest version. - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases) - [Commits](https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.3.0...6.0.0) --- updated-dependencies: - dependency-name: phpdocumentor/reflection-docblock dependency-version: 6.0.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 eb47cfab..76502e53 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "ext-json": "*", "ext-openssl": "*", "paragonie/constant_time_encoding": "^2.6|^3.0", - "phpdocumentor/reflection-docblock": "^5.3", + "phpdocumentor/reflection-docblock": "^5.3 || ^6.0", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", "psr/log": "^1.0|^2.0|^3.0",