Skip to content

Commit 5fa20ca

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent bd6af72 commit 5fa20ca

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
@@ -20,11 +20,11 @@
2020
"psr/log": "~1.0"
2121
},
2222
"require-dev": {
23-
"doctrine/dbal": "^2.5|^3.0",
23+
"doctrine/dbal": "^2.6|^3.0",
2424
"predis/predis": "~1.0"
2525
},
2626
"conflict": {
27-
"doctrine/dbal": "<2.5"
27+
"doctrine/dbal": "<2.6"
2828
},
2929
"autoload": {
3030
"psr-4": { "Symfony\\Component\\Lock\\": "" },

0 commit comments

Comments
 (0)