minor #16437 [Security] Fix composer.json (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[Security] Fix composer.json

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

Commits
-------

39420e1 [Security] Fix composer.json
This commit is contained in:
Nicolas Grekas 2015-11-03 12:41:58 +01:00
commit 88b84b1a13

View File

@ -39,11 +39,6 @@
"ircmaxell/password-compat": "~1.0",
"symfony/expression-language": "~2.6"
},
"replace": {
"symfony/security-acl": "self.version",
"symfony/security-core": "self.version",
"symfony/security-http": "self.version"
},
"suggest": {
"symfony/class-loader": "For using the ACL generateSql script",
"symfony/finder": "For using the ACL generateSql script",