Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ef8abc

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

File tree

2 files changed

+2
-0
lines changed
Filter options

2 files changed

+2
-0
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/composer.json
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.