8000 minor #27939 Fix tests (dunglas) · symfony/symfony@e183c58 · GitHub
[go: up one dir, main page]

Skip to content

Commit e183c58

Browse files
committed
minor #27939 Fix tests (dunglas)
This PR was merged into the 3.4 branch. Discussion ---------- Fix tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | 8000 no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR | n/a Makes Travis green. It's a temporary fix while the 2.6 branch of Doctrine isn't merged in the 2.7 one. Not sure if it is worth a merge. Commits ------- aaf7e88 Fix tests
2 parents 2b01d59 + aaf7e88 commit e183c58

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
@@ -92,7 +92,7 @@
9292
"doctrine/cache": "~1.6",
9393
"doctrine/data-fixtures": "1.0.*",
9494
"doctrine/dbal": "~2.4",
95-
"doctrine/orm": "~2.4,>=2.4.5",
95+
"doctrine/orm": "~2.4,>=2.4.5,<=2.7.0",
9696
"doctrine/doctrine-bundle": "~1.4",
9797
"monolog/monolog": "~1.11",
9898
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",

0 commit comments

Comments
 (0)
0