add dependency required by a replaced package

Since #16007, the Security HTTP component requires the PropertyAccess
component to access nested parameter bag values. Since the Security
component replaces the Security HTTP component, all dependencies of the
replaced packages must be mirrored here.
This commit is contained in:
Christian Flothmann 2015-09-30 18:53:57 +02:00
parent 2f4417137c
commit d7034db6bd
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
"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"
"symfony/http-kernel": "~2.4|~3.0.0",
"symfony/property-access": "~2.3|~3.0.0"
},
"replace": {
"symfony/security-core": "self.version",