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 48
48
"psr/log" : " ^1.0" ,
49
49
"ramsey/uuid" : " ^3.7" ,
50
50
"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 " ,
52
52
"symfony/asset" : " ^3.3 || ^4.0" ,
53
53
"symfony/cache" : " ^3.3 || ^4.0" ,
54
54
"symfony/config" : " ^3.4 || ^4.0" ,
Original file line number Diff line number Diff line change 14
14
namespace ApiPlatform \Core \Tests \Fixtures \TestBundle \Controller ;
15
15
16
16
use 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 ;
19
18
use Symfony \Bundle \FrameworkBundle \Controller \Controller ;
20
19
use Symfony \Component \HttpFoundation \Request ;
21
20
Original file line number Diff line number Diff line change 14
14
namespace ApiPlatform \Core \Tests \Fixtures \TestBundle \Controller ;
15
15
16
16
use 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 ;
19
18
20
19
class DummyValidationController
21
20
{
You can’t perform that action at this time.
0 commit comments