Skip to content

Commit

Permalink
require symfony/security-acl
Browse files Browse the repository at this point in the history
Fixes #509 .
ACLs have been moved out of Symfony since version 2.8. See
symfony/symfony#14718
Symfony versions prior to 2.8 have a "replace" entry for
symfony/security-acl in their composer.json, which explains why
requiring this package is not incompatible with them : the package is
just not installed.
  • Loading branch information
greg0ire committed Jan 9, 2016
1 parent e204436 commit c1c770b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -23,6 +23,7 @@
"symfony/console": "~2.3|~3.0",
"symfony/doctrine-bridge": "~2.2|~3.0",
"symfony/framework-bundle": "~2.2|~3.0",
"symfony/security-acl": "~2.2|~3.0@dev",
"sonata-project/exporter": "~1.3,>=1.3.1",
"sonata-project/admin-bundle": "~2.4@dev",
"sonata-project/core-bundle": "~2.3,>=2.3.1"
Expand Down

0 comments on commit c1c770b

Please sign in to comment.