Skip to content

Commit

Permalink
minor #36707 Force doctrine/dbal <=2.10.2 when testing (nicolas-grekas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed May 5, 2020
2 parents f7fc3cf + d1953d6 commit a8b5b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Doctrine/composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit a8b5b15

Please sign in to comment.