Skip to content

Commit 88a3d59

Browse files
committed
Merge pull request #39 from ricbra/loosen_symfony_dep
Allow symfony/symfony 2.5 and 2.6
2 parents 0db91bd + c8083a0 commit 88a3d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"minimum-stability": "dev",
1616
"require": {
1717
"php": ">=5.3.3",
18-
"symfony/symfony": "2.5.*",
18+
"symfony/symfony": "~2.5,<2.7",
1919
"doctrine/orm": "~2.2,>=2.2.3",
2020
"doctrine/doctrine-bundle": "~1.2"
2121
},

0 commit comments

Comments
 (0)