8000 minor #23894 [Console] Remove useless http-kernel dev dep (chalasr) · symfony/symfony@712e877 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 712e877

Browse files
minor #23894 [Console] Remove useless http-kernel dev dep (chalasr)
This PR was merged into the 3.3 branch. Discussion ---------- [Console] Remove useless http-kernel dev dep | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 8cbf094 [Console] Remove useless http-kernel dev dep
2 parents ef038ac + 8cbf094 commit 712e877

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Console\Command\Command;
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;
1818
use Symfony\Component\DependencyInjection\Definition;
19-
use Symfony\Component\HttpKernel\Bundle\Bundle;
2019

2120
class AddConsoleCommandPassTest extends TestCase
2221
{
@@ -122,7 +121,3 @@ public function testProcessPrivateServicesWithSameCommand()
122121
class MyCommand extends Command
123122
{
124123
}
125-
126-
class ExtensionPresentBundle extends Bundle
127-
{
128-
}

src/Symfony/Component/Console/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"require-dev": {
2424
"symfony/config": "~3.3",
25-
"symfony/http-kernel": "~2.8|~3.0",
2625
"symfony/event-dispatcher": "~2.8|~3.0",
2726
"symfony/dependency-injection": "~3.3",
2827
"symfony/filesystem": "~2.8|~3.0",

0 commit comments

Comments
 (0)
0