Skip to content

Commit 1a95eb6

Browse files
Merge branch '5.0'
* 5.0: Force doctrine/dbal <=2.10.2 when testing
2 parents 01eac72 + a64d638 commit 1a95eb6

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
@@ -45,7 +45,7 @@
4545
"doctrine/cache": "~1.6",
4646
"doctrine/collections": "~1.0",
4747
"doctrine/data-fixtures": "1.0.*",
48-
"doctrine/dbal": "~2.4",
48+
"doctrine/dbal": "~2.4,<=2.10.2",
4949
"doctrine/orm": "^2.6.3",
5050
"doctrine/reflection": "~1.0"
5151
},

0 commit comments

Comments
 (0)