File tree 2 files changed +0
-6
lines changed
src/Symfony/Component/Console
Tests/DependencyInjection
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Console \Command \Command ;
17
17
use Symfony \Component \DependencyInjection \ContainerBuilder ;
18
18
use Symfony \Component \DependencyInjection \Definition ;
19
- use Symfony \Component \HttpKernel \Bundle \Bundle ;
20
19
21
20
class AddConsoleCommandPassTest extends TestCase
22
21
{
@@ -122,7 +121,3 @@ public function testProcessPrivateServicesWithSameCommand()
122
121
class MyCommand extends Command
123
122
{
124
123
}
125
-
126
- class ExtensionPresentBundle extends Bundle
127
- {
128
- }
Original file line number Diff line number Diff line change 22
22
},
23
23
"require-dev" : {
24
24
"symfony/config" : " ~3.3" ,
25
- "symfony/http-kernel" : " ~2.8|~3.0" ,
26
25
"symfony/event-dispatcher" : " ~2.8|~3.0" ,
27
26
"symfony/dependency-injection" : " ~3.3" ,
28
27
"symfony/filesystem" : " ~2.8|~3.0" ,
You can’t perform that action at this time.
0 commit comments