summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Batanov <pavel@batanov.me>2015-08-31 00:23:30 +0300
committerTobias Schultze <webmaster@tubo-world.de>2015-08-31 11:25:15 +0200
commit8949057ffe791381fd5e43e208be99d0f617ca4b (patch)
tree5d33360427a32cd40b1c98f2be2cf56c501da140
parentfe5a1139cf33c1b7fc8966b99a2ccb0358e3b09f (diff)
downloadsymfony-security-8949057ffe791381fd5e43e208be99d0f617ca4b.zip
symfony-security-8949057ffe791381fd5e43e208be99d0f617ca4b.tar.gz
symfony-security-8949057ffe791381fd5e43e208be99d0f617ca4b.tar.bz2
Require security-acl 2.7 for BC
-rw-r--r--composer.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 4f14411..9df0bf0 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,7 @@
],
"require": {
"php": ">=5.3.9",
+ "symfony/security-acl": "~2.7",
"symfony/event-dispatcher": "~2.2|~3.0.0",
"symfony/http-foundation": "~2.1|~3.0.0",
"symfony/http-kernel": "~2.4|~3.0.0"
@@ -39,11 +40,8 @@
"symfony/expression-language": "~2.6|~3.0.0"
},
"suggest": {
- "symfony/class-loader": "For using the ACL generateSql script",
- "symfony/finder": "For using the ACL generateSql script",
"symfony/validator": "For using the user password constraint",
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
- "doctrine/dbal": "For using the built-in ACL implementation",
"symfony/expression-language": "For using the expression voter",
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
},