Skip to content

Commit 961e23d

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent 85896c5 commit 961e23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"symfony/validator": "^4.4.2|^5.0.2",
4040
"symfony/var-dumper": "^3.4|^4.0|^5.0",
4141
"symfony/translation": "^3.4|^4.0|^5.0",
42-
"doctrine/annotations": "~1.7",
42+
"doctrine/annotations": "^1.10.4",
4343
"doctrine/cache": "~1.6",
4444
"doctrine/collections": "~1.0",
4545
"doctrine/data-fixtures": "^1.1",
46-
"doctrine/dbal": "~2.4|^3.0",
46+
"doctrine/dbal": "^2.6|^3.0",
4747
"doctrine/orm": "^2.6.3"
4848
},
4949
"conflict": {

0 commit comments

Comments
 (0)