Skip to content

Commit 21f5962

Browse files
author
thomas-koch-comsolit
committed
remove upper version bound on symfony
We should be safe now to assume that 2.8 will not bring any BC breaking changes. closes #46
1 parent 55129c6 commit 21f5962

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,<2.7",
18+
"symfony/symfony": "~2.5",
1919
"doctrine/orm": "~2.2,>=2.2.3",
2020
"doctrine/doctrine-bundle": "~1.2"
2121
},

0 commit comments

Comments
 (0)