Skip to content

Commit 1160fc4

Browse files
committed
fixed HttpKernel dependencies after #18688
1 parent b4c9467 commit 1160fc4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/EventListener/ValidateRequestListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\EventDispatcher\EventDispatcher;
1515
use Symfony\Component\HttpFoundation\Exception\ConflictingHeadersException;
16-
use Symfony\Component\HttpFoundation\Request;
1716
use Symfony\Component\HttpKernel\EventListener\ValidateRequestListener;
1817
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1918
use Symfony\Component\HttpKernel\HttpKernelInterface;

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.9",
2020
"symfony/event-dispatcher": "~2.6,>=2.6.7",
21-
"symfony/http-foundation": "~2.5,>=2.5.4",
21+
"symfony/http-foundation": "~2.7,>=2.7.15",
2222
"symfony/debug": "~2.6,>=2.6.2",
2323
"psr/log": "~1.0"
2424
},

0 commit comments

Comments
 (0)