Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8b5b15

Browse filesBrowse files
minor #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
Copy full SHA for a8b5b15

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.