File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Loader/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Routing \Loader \DependencyInjection ;
13
13
14
- use Symfony \ Component \ DependencyInjection \ContainerInterface ;
14
+ use Psr \ Container \ContainerInterface ;
15
15
use Symfony \Component \Routing \Loader \ObjectRouteLoader ;
16
16
17
17
/**
Original file line number Diff line number Diff line change 23
23
"symfony/http-foundation" : " ~2.8|~3.0" ,
24
24
"symfony/yaml" : " ~3.3" ,
25
25
"symfony/expression-language" : " ~2.8|~3.0" ,
26
- "symfony/dependency-injection" : " ~2.8|~3.0 " ,
26
+ "symfony/dependency-injection" : " ~3.3 " ,
27
27
"doctrine/annotations" : " ~1.0" ,
28
28
"doctrine/common" : " ~2.2" ,
29
29
"psr/log" : " ~1.0"
30
30
},
31
31
"conflict" : {
32
32
"symfony/config" : " <2.8" ,
33
+ "symfony/dependency-injection" : " <3.3" ,
33
34
"symfony/yaml" : " <3.3"
34
35
},
35
36
"suggest" : {
You can’t perform that action at this time.
0 commit comments