File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Bridge/Doctrine/Form/Type Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
use Doctrine \Common \Collections \Collection ;
15
15
use Doctrine \Common \Persistence \ManagerRegistry ;
16
16
use Doctrine \Common \Persistence \ObjectManager ;
17
+ use Doctrine \ORM \QueryBuilder ;
17
18
use Symfony \Bridge \Doctrine \Form \ChoiceList \DoctrineChoiceLoader ;
18
19
use Symfony \Bridge \Doctrine \Form \ChoiceList \EntityLoaderInterface ;
19
20
use Symfony \Bridge \Doctrine \Form \ChoiceList \IdReader ;
Original file line number Diff line number Diff line change 24
24
"php" : " ^7.2.5" ,
25
25
"psr/log" : " ^1.0" ,
26
26
"symfony/http-client-contracts" : " ^1.1.8|^2" ,
27
- "symfony/polyfill-php73" : " ^1.11"
27
+ "symfony/polyfill-php73" : " ^1.11" ,
28
+ "symfony/service-contracts" : " ^1.0|^2"
28
29
},
29
30
"require-dev" : {
30
31
"guzzlehttp/promises" : " ^1.3.1" ,
33
34
"psr/http-client" : " ^1.0" ,
34
35
"symfony/dependency-injection" : " ^4.4|^5.0" ,
35
36
"symfony/http-kernel" : " ^4.4|^5.0" ,
36
- "symfony/process" : " ^4.4|^5.0" ,
37
- "symfony/service-contracts" : " ^1.0|^2" ,
38
- "symfony/var-dumper" : " ^4.4|^5.0"
37
+ "symfony/process" : " ^4.4|^5.0"
39
38
},
40
39
"autoload" : {
41
40
"psr-4" : { "Symfony\\ Component\\ HttpClient\\ " : " " },
Original file line number Diff line number Diff line change 35
35
* @internal
36
36
*/
37
37
abstract class AbstractPreAuthenticatedListener extends AbstractListener
38
-
38
+ {
39
39
protected $ logger ;
40
40
private $ tokenStorage ;
41
41
private $ authenticationManager ;
Original file line number Diff line number Diff line change 13
13
14
14
use Psr \Log \LoggerInterface ;
15
15
use Symfony \Component \EventDispatcher \LegacyEventDispatcherProxy ;
16
+ use Symfony \Component \HttpFoundation \Request ;
16
17
use Symfony \Component \HttpFoundation \Session \Session ;
17
18
use Symfony \Component \HttpKernel \Event \RequestEvent ;
18
19
use Symfony \Component \HttpKernel \Event \ResponseEvent ;
You can’t perform that action at this time.
0 commit comments