10000 add dependency required by a replaced package · symfony/symfony@d7034db · GitHub
[go: up one dir, main page]

Skip to content

Commit d7034db

Browse files
committed
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.
1 parent 2f44171 commit d7034db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Security/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"symfony/security-acl": "~2.7",
2121
"symfony/event-dispatcher": "~2.2|~3.0.0",
2222
"symfony/http-foundation": "~2.1|~3.0.0",
23-
"symfony/http-kernel": "~2.4|~3.0.0"
23+
"symfony/http-kernel": "~2.4|~3.0.0",
24+
"symfony/property-access": "~2.3|~3.0.0"
2425
},
2526
"replace": {
2627
"symfony/security-core": "self.version",

0 commit comments

Comments
 (0)
0