diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-07 12:24:12 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-10-07 12:24:12 +0200 |
commit | 76a58d654dc896281771ac3d40261d4fda9c193f (patch) | |
tree | 81d6ccb73a96d270ced1daf162ec6c8cfd8f3fb4 /Http | |
parent | 5d74e1996313fc483fed9d4040acfa7f7b4fd297 (diff) | |
download | symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.zip symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.tar.gz symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.tar.bz2 |
cs fix
Diffstat (limited to 'Http')
-rw-r--r-- | Http/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/composer.json b/Http/composer.json index f7ecca0..1171c8d 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -22,7 +22,7 @@ "symfony/http-foundation": "~2.4|~3.0.0", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/property-access": "~2.3|~3.0.0", - "paragonie/random_compat" : "~1.0" + "paragonie/random_compat": "~1.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0.0", |