summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2014-12-27 12:38:42 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2014-12-27 12:44:51 +0100
commita600e5d951c969875af2810d208589dec3a1969e (patch)
tree939f68c75b5b6c5d71f12cb1e1ed5fb404676384 /Csrf
parent745d367adbcaaa5d4a04d28311640b881546c05a (diff)
downloadsymfony-security-a600e5d951c969875af2810d208589dec3a1969e.zip
symfony-security-a600e5d951c969875af2810d208589dec3a1969e.tar.gz
symfony-security-a600e5d951c969875af2810d208589dec3a1969e.tar.bz2
[2.7] Allow 3.0 requirements
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/Csrf/composer.json b/Csrf/composer.json
index 0ed6428..afabb81 100644
--- a/Csrf/composer.json
+++ b/Csrf/composer.json
@@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.3.3",
- "symfony/security-core": "~2.4"
+ "symfony/security-core": "~2.4|~3.0.0"
},
"require-dev": {
- "symfony/http-foundation": "~2.1"
+ "symfony/http-foundation": "~2.1|~3.0.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."