minor #15592 Fix BC break after split of ACL from core (WouterJ)

This PR was merged into the 2.8 branch.

Discussion
----------

Fix BC break after split of ACL from core

Rebased version of https://github.com/symfony/symfony/pull/15520

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

Commits
-------

7e9991e Fix BC break after split of ACL from core
This commit is contained in:
Fabien Potencier 2015-08-26 10:49:20 +02:00
commit f3bfc1920a
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,8 @@
"php": ">=5.3.9",
"doctrine/common": "~2.3",
"twig/twig": "~1.20|~2.0",
"psr/log": "~1.0"
"psr/log": "~1.0",
"symfony/security-acl": "~2.8"
},
"replace": {
"symfony/asset": "self.version",
@ -75,8 +76,7 @@
"monolog/monolog": "~1.11",
"ircmaxell/password-compat": "~1.0",
"ocramius/proxy-manager": "~0.4|~1.0",
"egulias/email-validator": "~1.2",
"symfony/security-acl": "~2.8"
"egulias/email-validator": "~1.2"
},
"autoload": {
"psr-4": {