Skip to content

Commit 306b78c

Browse files
[2.3] Cleanup deprecations
1 parent e278625 commit 306b78c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Controller/ExceptionControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ExceptionControllerTest extends TestCase
1919
{
2020
public function testOnlyClearOwnOutputBuffers()
2121
{
22-
$flatten = $this->getMock('Symfony\Component\HttpKernel\Exception\FlattenException');
22+
$flatten = $this->getMock('Symfony\Component\Debug\Exception\FlattenException');
2323
$flatten
2424
->expects($this->once())
2525
->method('getStatusCode')

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/twig-bridge": "~2.3,>=2.3.10",
21-
"symfony/http-kernel": "~2.1"
21+
"symfony/http-kernel": "~2.3,>=2.3.24"
2222
},
2323
"require-dev": {
2424
"symfony/stopwatch": "~2.2",

0 commit comments

Comments
 (0)