From eb518680a840d05e9077c9cb3e761bfd87f42e15 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Wed, 9 Feb 2022 09:06:31 +0900 Subject: [PATCH] No longer require declare phpdocumentor/reflection-docblock:^5 as dependency see https://github.com/vimeo/psalm/pull/3967 prophecy upper version always phpdocumentor/reflection-docblock:^5.0 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 364f32aea21..8908a86fccc 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,6 @@ "brianium/paratest": "^4.0||^6.0", "nunomaduro/mock-final-classes": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.10.2", "phpunit/phpunit": "^9.0",