File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 45
45
<argument type =" service" id =" file_locator" />
46
46
</service >
47
47
48
+ <service id =" routing.loader.directory" class =" Symfony\Component\Routing\Loader\DirectoryLoader" public =" false" >
49
+ <tag name =" routing.loader" />
50
+ <argument type =" service" id =" file_locator" />
51
+ </service >
52
+
48
53
<service id =" routing.loader" class =" %routing.loader.class%" >
49
54
<tag name =" monolog.logger" channel =" router" />
50
55
<argument type =" service" id =" controller_name_converter" />
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=5.3.9" ,
20
20
"symfony/asset" : " ~2.7|~3.0.0" ,
21
- "symfony/dependency-injection" : " ~2.6,>=2.6.2 " ,
21
+ "symfony/dependency-injection" : " ~2.8 " ,
22
22
"symfony/config" : " ~2.4" ,
23
23
"symfony/event-dispatcher" : " ~2.5|~3.0.0" ,
24
24
"symfony/http-foundation" : " ~2.4.9|~2.5,>=2.5.4|~3.0.0" ,
You can’t perform that action at this time.
0 commit comments