Skip to content

Commit 3452dfd

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent 7510395 commit 3452dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/yaml": "^3.4|^4.0|^5.0",
2525
"symfony/expression-language": "^3.4|^4.0|^5.0",
2626
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
27-
"doctrine/annotations": "~1.2",
27+
"doctrine/annotations": "^1.10.4",
2828
"psr/log": "~1.0"
2929
},
3030
"conflict": {

0 commit comments

Comments
 (0)