summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json
index e2cada0..805b63e 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -16,11 +16,11 @@
}
],
"require": {
- "php": ">=5.3.3",
- "symfony/security-core": "~2.4|~3.0.0"
+ "php": ">=5.5.9",
+ "symfony/security-core": "~2.7|~3.0"
},
"require-dev": {
- "symfony/http-foundation": "~2.1|~3.0.0"
+ "symfony/http-foundation": "~2.7|~3.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."