minor #15658 Require security-acl 2.7 for BC (scaytrase)

This PR was squashed before being merged into the 2.8 branch (closes #15658).

Discussion
----------

Require security-acl 2.7 for BC

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | BC fix
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #15648
| License       | MIT
| Doc PR        | -

Commits
-------

6117c42 Require security-acl 2.7 for BC
This commit is contained in:
Tobias Schultze 2015-08-31 11:25:20 +02:00
commit 6376d281a1
1 changed files with 1 additions and 3 deletions

View File

@ -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"
},