[Security] fixed composer.json

This commit is contained in:
Fabien Potencier 2015-09-28 08:50:50 +02:00
parent ea2bd2a0a2
commit 8a1f0a0501

View File

@ -47,7 +47,7 @@
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
"doctrine/dbal": "For using the built-in ACL implementation",
"symfony/expression-language": "For using the expression voter",
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
"paragonie/random_compat": ""
},
"autoload": {