Skip to content

Commit 8209250

Browse files
Force doctrine/dbal <=2.10.2 when testing
1 parent ef44187 commit 8209250

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
@@ -35,7 +35,7 @@
3535
"symfony/validator": "^3.2.5|~4.0",
3636
"symfony/translation": "~2.8|~3.0|~4.0",
3737
"doctrine/data-fixtures": "1.0.*",
38-
"doctrine/dbal": "~2.4",
38+
"doctrine/dbal": "~2.4,<=2.10.2",
3939
"doctrine/orm": "^2.4.5"
4040
},
4141
"conflict": {

0 commit comments

Comments
 (0)