Skip to content

Commit eab4a00

Browse files
committed
Merge pull request #47 from thomas-koch-comsolit/patch-1
remove upper version bound on symfony
2 parents 55129c6 + 21f5962 commit eab4a00

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)