Skip to content

Commit a8b5b15

Browse files
minor symfony#36707 Force doctrine/dbal <=2.10.2 when testing (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Force doctrine/dbal <=2.10.2 when testing | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Until doctrine/dbal#3990 is resolved. Commits ------- d1953d6 Force doctrine/dbal <=2.10.2 when testing
2 parents f7fc3cf + d1953d6 commit a8b5b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"doctrine/annotations": "~1.0",
9292
"doctrine/cache": "~1.6",
9393
"doctrine/data-fixtures": "1.0.*",
94-
"doctrine/dbal": "~2.4",
94+
"doctrine/dbal": "~2.4,<=2.10.2",
9595
"doctrine/orm": "~2.4,>=2.4.5",
9696
"doctrine/doctrine-bundle": "~1.4",
9797
"monolog/monolog": "~1.11",

src/Symfony/Bridge/Doctrine/composer.json

+1-1
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)