File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/Integration/Service Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " >=7.3.0" ,
2323 "doctrine/annotations" : " ^1.0" ,
24- "symfony/framework-bundle" : " ^4.0|^5.0" ,
25- "symfony/property-access" : " ^4.0|^5.0" ,
26- "symfony/translation" : " ^4.0|^5.0" ,
27- "symfony/yaml" : " ^4.0|^5.0" ,
24+ "symfony/framework-bundle" : " ^4.0|^5.0|^6.0 " ,
25+ "symfony/property-access" : " ^4.0|^5.0|^6.0 " ,
26+ "symfony/translation" : " ^4.0|^5.0|^6.0 " ,
27+ "symfony/yaml" : " ^4.0|^5.0|^6.0 " ,
2828 "twig/twig" : " ^2.10|^3.0"
2929 },
3030 "require-dev" : {
Original file line number Diff line number Diff line change 1414
1515class BreadcrumbItemProcessorTest extends KernelTestCase
1616{
17- protected static function getKernelClass ()
17+ protected static function getKernelClass (): string
1818 {
1919 return TestKernel::class;
2020 }
You can’t perform that action at this time.
0 commit comments