Skip to content

Commit c8083a0

Browse files
committed
Allow symfony/symfony 2.5 and 2.6
1 parent 0db91bd commit c8083a0

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)