diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 15d2620..4f265fe 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php": ">=5.3.3", + "paragonie/random_compat": "~1.0", "symfony/event-dispatcher": "~2.2", "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1", - "paragonie/random_compat": "~1.0" + "symfony/http-kernel": "~2.1" }, "require-dev": { "symfony/form": "~2.0,>=2.0.5", @@ -44,8 +44,7 @@ "symfony/validator": "", "symfony/routing": "", "doctrine/dbal": "to use the built-in ACL implementation", - "ircmaxell/password-compat": "", - "paragonie/random_compat": "" + "ircmaxell/password-compat": "" }, "autoload": { "psr-0": { "Symfony\\Component\\Security\\": "" }, |