File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 "doctrine/orm" : " ^2.2" ,
2727 "doctrine/persistence" : " ^1.3.8 | ^2.1" ,
2828 "psr/log" : " ^1.0" ,
29- "symfony/config" : " ^2.0|^3.0|^4.0|^5.0" ,
30- "symfony/dependency-injection" : " ^2.0|^3.0|^4.0|^5.0" ,
31- "symfony/event-dispatcher" : " ^2.0|^3.0|^4.0|^5.0" ,
32- "symfony/http-kernel" : " ^4.3|^5.0"
29+ "symfony/config" : " ^2.0|^3.0|^4.0|^5.0|^6.0 " ,
30+ "symfony/dependency-injection" : " ^2.0|^3.0|^4.0|^5.0|^6.0 " ,
31+ "symfony/event-dispatcher" : " ^2.0|^3.0|^4.0|^5.0|^6.0 " ,
32+ "symfony/http-kernel" : " ^4.3|^5.0|^6.0 "
3333 },
3434
3535 "require-dev" : {
3636 "phpunit/phpunit" : " ^8.5.22" ,
37- "symfony/error-handler" : " ^4.4|^5.0" ,
37+ "symfony/error-handler" : " ^4.4|^5.0|^6.0 " ,
3838 "symfony/phpunit-bridge" : " >= 4.4" ,
3939 "webfactory/doctrine-orm-test-infrastructure" : " ^1.9"
4040 },
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function onKernelRequest(RequestEvent $event)
3939 $ this ->defaultLocaleProvider ->setDefaultLocale ($ event ->getRequest ()->getLocale ());
4040 }
4141
42- public static function getSubscribedEvents ()
42+ public static function getSubscribedEvents (): array
4343 {
4444 return [
4545 KernelEvents::REQUEST => 'onKernelRequest ' ,
You can’t perform that action at this time.
0 commit comments