We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3160 commit b91441cCopy full SHA for b91441c
src/Symfony/Component/Security/Tests/Core/Util/SecureRandomTest.php
src/Symfony/Component/Security/composer.json
@@ -17,10 +17,10 @@
17
],
18
"require": {
19
"php": ">=5.3.3",
20
+ "paragonie/random_compat": "~1.0",
21
"symfony/event-dispatcher": "~2.2",
22
"symfony/http-foundation": "~2.1",
- "symfony/http-kernel": "~2.1",
23
- "paragonie/random_compat": "~1.0"
+ "symfony/http-kernel": "~2.1"
24
},
25
"require-dev": {
26
"symfony/form": "~2.0,>=2.0.5",
@@ -44,8 +44,7 @@
44
"symfony/validator": "",
45
"symfony/routing": "",
46
"doctrine/dbal": "to use the built-in ACL implementation",
47
- "ircmaxell/password-compat": "",
48
- "paragonie/random_compat": ""
+ "ircmaxell/password-compat": ""
49
50
"autoload": {
51
"psr-0": { "Symfony\\Component\\Security\\": "" },
0 commit comments