Skip to content

Commit

Permalink
[travis] use PHP 8.0 to patch return types and run deps=low
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 14, 2021
1 parent febfe69 commit 2130eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"doctrine/annotations": "~1.7"
"doctrine/annotations": "^1.10.4"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0",
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
"symfony/dependency-injection": "<3.4"
},
"suggest": {
Expand Down

0 comments on commit 2130eb0

Please sign in to comment.