mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 01:56:12 +01:00
[TASK] Set reflection docblock version to avoid bug in package (#76)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.pl>
This commit is contained in:
parent
58b2346db5
commit
cce0761ce5
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
"phpunit/phpunit": "^7.5.20",
|
"phpunit/phpunit": "^7.5.20",
|
||||||
"squizlabs/php_codesniffer": "^3.5.5",
|
"squizlabs/php_codesniffer": "^3.5.5",
|
||||||
"typo3/cms-fluid-styled-content": "^9.5 || 10.4",
|
"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": {
|
"replace": {
|
||||||
"typo3-ter/tea": "self.version"
|
"typo3-ter/tea": "self.version"
|
||||||
|
|
Loading…
Reference in a new issue