Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ef8abc

Browse files
committed
Add the replace rules for the security-guard component
1 parent 4a98f28 commit 5ef8abc

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",

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 0 deletions
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": {

0 commit comments

Comments
 (0)