Force doctrine/dbal <=2.10.2 when testing

This commit is contained in:
Nicolas Grekas 2020-05-05 15:43:18 +02:00
parent f7fc3cf6cb
commit d1953d61cd
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.6",
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.4",
"doctrine/dbal": "~2.4,<=2.10.2",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/doctrine-bundle": "~1.4",
"monolog/monolog": "~1.11",

View File

@ -35,7 +35,7 @@
"symfony/validator": "^3.2.5|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.4",
"doctrine/dbal": "~2.4,<=2.10.2",
"doctrine/orm": "^2.4.5"
},
"conflict": {