File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Tests/Functional/Bundle/TestBundle/AutowiringTypes Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4949 <tag name =" container.hot_path" />
5050 </service >
5151 <service id =" Symfony\Component\EventDispatcher\EventDispatcherInterface" alias =" event_dispatcher" />
52+ <service id =" Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias =" event_dispatcher" />
5253
5354 <service id =" http_kernel" class =" Symfony\Component\HttpKernel\HttpKernel" public =" true" >
5455 <argument type =" service" id =" event_dispatcher" />
Original file line number Diff line number Diff line change 1313
1414use Doctrine \Common \Annotations \Reader ;
1515use Psr \Cache \CacheItemPoolInterface ;
16- use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
16+ use Symfony \Contracts \EventDispatcher \EventDispatcherInterface ;
1717
1818class AutowiredServices
1919{
Original file line number Diff line number Diff line change 2020 "ext-xml" : " *" ,
2121 "symfony/cache" : " ~4.3" ,
2222 "symfony/config" : " ~4.2" ,
23- "symfony/contracts" : " ^1.0.2 " ,
23+ "symfony/contracts" : " ^1.1 " ,
2424 "symfony/dependency-injection" : " ^4.3" ,
2525 "symfony/http-foundation" : " ^4.3" ,
2626 "symfony/http-kernel" : " ^4.3" ,
You can’t perform that action at this time.
0 commit comments