File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88use Symfony \Component \HttpFoundation \Response ;
99use Symfony \Component \HttpFoundation \File \UploadedFile ;
1010use Symfony \Component \HttpFoundation \StreamedResponse ;
11- use Symfony \Component \Translation \TranslatorInterface ;
11+ use Symfony \Contracts \Translation \TranslatorInterface ;
1212
1313use Symfony \Component \Finder \Finder ;
1414
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=7.1.3" ,
1717 "ext-gd" : " *" ,
18- "symfony/http-foundation" : " ~3.4 || ~4.2 || ~5.0" ,
19- "symfony/form" : " ~3.4 || ~4.2 || ~5.0" ,
20- "symfony/validator" : " ~3.4 || ~4.2 || ~5.0" ,
21- "symfony/routing" : " ~3.4 || ~4.2 || ~5.0" ,
22- "symfony/config" : " ~3.4 || ~4.2 || ~5.0" ,
23- "symfony/twig-bridge" : " ~3.4 || ~4.2 || ~5.0" ,
18+ "symfony/http-foundation" : " ~4.2 || ~5.0" ,
19+ "symfony/form" : " ~4.2 || ~5.0" ,
20+ "symfony/validator" : " ~4.2 || ~5.0" ,
21+ "symfony/routing" : " ~4.2 || ~5.0" ,
22+ "symfony/config" : " ~4.2 || ~5.0" ,
23+ "symfony/translation" : " ~4.2 || ~5.0" ,
24+ "symfony/twig-bridge" : " ~4.2 || ~5.0" ,
2425 "twig/twig" : " ^1.41 || ^2.10 || ~3.0" ,
2526 "twig/extensions" : " ~1.0" ,
2627 "friendsofsymfony/jsrouting-bundle" : " @stable" ,
You can’t perform that action at this time.
0 commit comments