From b74990f1f9d945c864433cb4e1bc341bec0962ee Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sat, 6 Nov 2021 12:42:12 +0800 Subject: [PATCH] Update phpdocumentor/reflection-docblock Fix language server crash issue https://github.com/felixfbecker/php-language-server/issues/779#issuecomment-952362548 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f63bf3a1..483f319e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "jetbrains/phpstorm-stubs": "dev-master", "microsoft/tolerant-php-parser": "0.0.*", "netresearch/jsonmapper": "^1.0", - "phpdocumentor/reflection-docblock": "^4.0.0", + "phpdocumentor/reflection-docblock": "^5.3.0", "psr/log": "^1.0", "sabre/event": "^5.0", "sabre/uri": "^2.0",