File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/Symfony/Component/Security Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public function getSecureRandoms()
169
169
170
170
protected function disableOpenSsl ($ secureRandom )
171
171
{
172
- $ ref = new \ReflectionProperty ($ secureRandom , 'useOpenSsl ' );
172
+ $ ref = new \ReflectionProperty ($ secureRandom , ' ' );
173
173
$ ref ->setAccessible (true );
174
174
$ ref ->setValue ($ secureRandom , false );
175
175
$ ref ->setAccessible (false );
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.3" ,
20
+ "paragonie/random_compat" : " ~1.0" ,
20
21
"symfony/event-dispatcher" : " ~2.2" ,
21
22
"symfony/http-foundation" : " ~2.1" ,
22
- "symfony/http-kernel" : " ~2.1" ,
23
- "paragonie/random_compat" : " ~1.0"
23
+ "symfony/http-kernel" : " ~2.1"
24
24
},
25
25
"require-dev" : {
26
26
"symfony/form" : " ~2.0,>=2.0.5" ,
44
44
"symfony/validator" : " " ,
45
45
"symfony/routing" : " " ,
46
46
"doctrine/dbal" : " to use the built-in ACL implementation" ,
47
- "ircmaxell/password-compat" : " " ,
48
- "paragonie/random_compat" : " "
47
+ "ircmaxell/password-compat" : " "
49
48
},
50
49
"autoload" : {
51
50
"psr-0" : { "Symfony\\ Component\\ Security\\ " : " " },
You can’t perform that action at this time.
0 commit comments