summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Flothmann <christian.flothmann@xabbuh.de>2016-03-25 13:05:40 +0100
committerChristian Flothmann <christian.flothmann@xabbuh.de>2016-03-25 13:06:35 +0100
commiteb2d9075275e762a5086786449a820b07176f0d0 (patch)
tree3f597588223b7eff0d549ea5666036cacc60161d
parent3cd38061c2e46280d76d1707bf9689870525599b (diff)
downloadsymfony-security-eb2d9075275e762a5086786449a820b07176f0d0.zip
symfony-security-eb2d9075275e762a5086786449a820b07176f0d0.tar.gz
symfony-security-eb2d9075275e762a5086786449a820b07176f0d0.tar.bz2
[Guard] fix minimum required Seucirty Http version
-rw-r--r--Guard/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/composer.json b/Guard/composer.json
index e16a44e..7adb774 100644
--- a/Guard/composer.json
+++ b/Guard/composer.json
@@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.9",
"symfony/security-core": "~2.8|~3.0",
- "symfony/security-http": "~2.8|~3.0"
+ "symfony/security-http": "~3.1"
},
"require-dev": {
"psr/log": "~1.0"