8000 minor #15910 Add the replace rules for the security-guard component (… · symfony/symfony@15326ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 15326ad

Browse files
committed
minor #15910 Add the replace rules for the security-guard component (stof)
This PR was merged into the 2.8 branch. Discussion ---------- Add the replace rules for the security-guard component | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The update of composer replacements was forgotten in #14673 Commits ------- 5ef8abc Add the replace rules for the security-guard component
2 parents 3909460 + 5ef8abc commit 15326ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"symfony/security": "self.version",
5555
"symfony/security-core": "self.version",
5656
"symfony/security-csrf": "self.version",
57+
"symfony/security-guard": "self.version",
5758
"symfony/security-http": "self.version",
5859
"symfony/security-bundle": "self.version",
5960
"symfony/serializer": "self.version",
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"replace": {
2626
"symfony/security-core": "self.version",
2727
"symfony/security-csrf": "self.version",
28+
"symfony/security-guard": "self.version",
2829
"symfony/security-http": "self.version"
2930
},
3031
"require-dev": {