Skip to content

Commit fe63507

Browse files
committed
fix dependencies on HttpFoundation component
The closeOutputBuffers() method was added to the Response class of the HttpFoundation in Symfony 2.5. Therefore, parts that are calling this method must depend on symfony/http-foundation 2.5 or higher.
1 parent fdb84b1 commit fe63507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/twig-bridge": "~2.5",
21+
"symfony/http-foundation": "~2.5",
2122
"symfony/http-kernel": "~2.1"
2223
},
2324
"require-dev": {

0 commit comments

Comments
 (0)