From 03a4ed4c7139477b50939d02af83de5daf5cf46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= Date: Thu, 8 Jan 2026 01:16:40 +0400 Subject: [PATCH] Add support for `phpdocumentor/reflection-docblock` v6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 95cfe38c..f637d59c 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "php": "^7.4|8.0.*|8.1.*|8.2.*|8.3.*", "nikic/php-parser": "~4.14", "phpdocumentor/reflection-common": "^2.1", - "phpdocumentor/reflection-docblock": "^5", - "phpdocumentor/type-resolver": "^1.2", + "phpdocumentor/reflection-docblock": "^5.0 || ^6.0", + "phpdocumentor/type-resolver": "^1.2 || ^2.0", "symfony/polyfill-php80": "^1.28", "webmozart/assert": "^1.7" },