File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
tests/Fixtures/TestBundle/Controller Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4848 "psr/log" : " ^1.0" ,
4949 "ramsey/uuid" : " ^3.7" ,
5050 "ramsey/uuid-doctrine" : " ^1.4" ,
51- "sensio/framework-extra-bundle" : " ^3.0.11 || ^4.0" ,
51+ "sensio/framework-extra-bundle" : " ^3.0.11 || ^4.0 || ^5.0 " ,
5252 "symfony/asset" : " ^3.3 || ^4.0" ,
5353 "symfony/cache" : " ^3.3 || ^4.0" ,
5454 "symfony/config" : " ^3.4 || ^4.0" ,
Original file line number Diff line number Diff line change 1414namespace ApiPlatform \Core \Tests \Fixtures \TestBundle \Controller ;
1515
1616use ApiPlatform \Core \Tests \Fixtures \TestBundle \Entity \CustomActionDummy ;
17- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
18- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
17+ use Symfony \Component \Routing \Annotation \Route ;
1918use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
2019use Symfony \Component \HttpFoundation \Request ;
2120
Original file line number Diff line number Diff line change 1414namespace ApiPlatform \Core \Tests \Fixtures \TestBundle \Controller ;
1515
1616use ApiPlatform \Core \Tests \Fixtures \TestBundle \Entity \DummyValidation ;
17- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
18- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
17+ use Symfony \Component \Routing \Annotation \Route ;
1918
2019class DummyValidationController
2120{
You can’t perform that action at this time.
0 commit comments