File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/Symfony/Bundle/SecurityBundle Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 141
141
</service >
142
142
143
143
<!-- Pseudorandom Number Generator -->
144
- <service id =" security.secure_random" class =" Symfony\Component\Security\Core\Util\SecureRandom" >
145
- <tag name =" monolog.logger" channel =" security" />
146
- <argument >%kernel.cache_dir%/secure_random.seed</argument >
147
- <argument type =" service" id =" logger" on-invalid =" ignore" />
148
- </service >
144
+ <service id =" security.secure_random" class =" Symfony\Component\Security\Core\Util\SecureRandom" />
149
145
</services >
150
146
</container >
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.3" ,
20
- "symfony/security" : " ~2.2 " ,
20
+ "symfony/security" : " ~2.3.37|~2.6.13|~2.7.9|~2.8 " ,
21
21
"symfony/security-acl" : " ~2.2" ,
22
22
"symfony/http-kernel" : " ~2.2"
23
23
},
You can’t perform that action at this time.
0 commit comments