From cce0761ce53fc6421d0052d4cc7da7bb9465fe8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 22 Jul 2020 19:20:37 +0200 Subject: [PATCH] [TASK] Set reflection docblock version to avoid bug in package (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6aad51..c55a309 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,8 @@ "phpunit/phpunit": "^7.5.20", "squizlabs/php_codesniffer": "^3.5.5", "typo3/cms-fluid-styled-content": "^9.5 || 10.4", - "seld/jsonlint": "^1.8" + "seld/jsonlint": "^1.8", + "phpdocumentor/reflection-docblock": "<= 5.1 || > 5.2" }, "replace": { "typo3-ter/tea": "self.version"