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 /Csrf | |
parent | 5d74e1996313fc483fed9d4040acfa7f7b4fd297 (diff) | |
download | symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.zip symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.tar.gz symfony-security-76a58d654dc896281771ac3d40261d4fda9c193f.tar.bz2 |
cs fix
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json index 95b1c59..1596803 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.9", "symfony/security-core": "~2.4|~3.0.0", - "paragonie/random_compat" : "~1.0" + "paragonie/random_compat": "~1.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0.0", |