Skip to content

Commit 8b060dd

Browse files
Run composer with --ignore-platform-req=php+
1 parent ec23fb5 commit 8b060dd

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
@@ -21,11 +21,11 @@
2121
"symfony/polyfill-php80": "^1.16"
2222
},
2323
"require-dev": {
24-
"doctrine/dbal": "^2.6|^3.0",
24+
"doctrine/dbal": "^2.7|^3.0",
2525
"predis/predis": "~1.0"
2626
},
2727
"conflict": {
28-
"doctrine/dbal": "<2.6"
28+
"doctrine/dbal": "<2.7"
2929
},
3030
"autoload": {
3131
"psr-4": { "Symfony\\Component\\Lock\\": "" },

0 commit comments

Comments
 (0)