Skip to content

Commit eae78e2

Browse files
committed
minor symfony#19216 fixed HttpKernel dependencies after symfony#18688 (HeahDude)
This PR was merged into the 2.7 branch. Discussion ---------- fixed HttpKernel dependencies after symfony#18688 | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- f809f3e fixed HttpKernel dependencies after symfony#18688
2 parents 2d37230 + f809f3e commit eae78e2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/event-dispatcher": "~2.5",
2424
"symfony/finder": "~2.0,>=2.0.5",
2525
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
26-
"symfony/http-kernel": "~2.7",
26+
"symfony/http-kernel": "~2.7,>=2.7.15",
2727
"symfony/filesystem": "~2.3",
2828
"symfony/routing": "~2.6,>2.6.4",
2929
"symfony/security-core": "~2.6.13|~2.7.9|~2.8",

src/Symfony/Component/HttpKernel/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;

src/Symfony/Component/HttpKernel/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)