Skip to content

Commit 0748b88

Browse files
authored
Merge pull request #1579 from soyuka/fix-tests
fix tests, enforce doctrine/orm < 2.6
2 parents 81770d5 + 99c341f commit 0748b88

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
@@ -33,7 +33,7 @@
3333
"behat/symfony2-extension": "^2.1.1",
3434
"behatch/contexts": "dev-master",
3535
"doctrine/doctrine-bundle": "^1.6.3",
36-
"doctrine/orm": "^2.5.2",
36+
"doctrine/orm": ">=2.5.2 <2.6",
3737
"doctrine/annotations": "^1.2",
3838
"friendsofsymfony/user-bundle": "^2.0",
3939
"guzzlehttp/guzzle": "^6.0",

0 commit comments

Comments
 (0)