summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Flothmann <christian.flothmann@xabbuh.de>2015-09-30 18:53:57 +0200
committerChristian Flothmann <christian.flothmann@xabbuh.de>2015-09-30 18:57:49 +0200
commit6941fe98591a35625c634df0aafcc481510fdf7d (patch)
tree04498eebe790dead2a2d70dc2090590bbf22c277
parentd37cee9ea33b5ece6837253a15d83e0740074bba (diff)
downloadsymfony-security-6941fe98591a35625c634df0aafcc481510fdf7d.zip
symfony-security-6941fe98591a35625c634df0aafcc481510fdf7d.tar.gz
symfony-security-6941fe98591a35625c634df0aafcc481510fdf7d.tar.bz2
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.
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 87a47a5..ad0ea41 100644
--- a/composer.json
+++ b/composer.json
@@ -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",