8000 [Console] Remove useless http-kernel dev dep · symfony/symfony@8cbf094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cbf094

Browse files
author
Robin Chalas
committed
[Console] Remove useless http-kernel dev dep
1 parent 0bcc6bb commit 8cbf094

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