From 8a1f0a050172ed93f72601d8304da8cc944e7fd8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Sep 2015 08:50:50 +0200 Subject: [PATCH] [Security] fixed composer.json --- src/Symfony/Component/Security/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 53ab0b7ba9..1f0584467e 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/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": {