summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-09-28 08:50:50 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-09-28 08:50:50 +0200
commita9d8a5f5edbe61386902af3e03112dcd3b200297 (patch)
treef420c68be222708e4fcea55a5ecd0a36a984aeed
parent74116250c103acec51ba89d325427261b3ea0272 (diff)
downloadsymfony-security-a9d8a5f5edbe61386902af3e03112dcd3b200297.zip
symfony-security-a9d8a5f5edbe61386902af3e03112dcd3b200297.tar.gz
symfony-security-a9d8a5f5edbe61386902af3e03112dcd3b200297.tar.bz2
[Security] fixed composer.json
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 53ab0b7..1f05844 100644
--- a/composer.json
+++ b/composer.json
@@ -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": {