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 e3d9b25

Browse filesBrowse files
committed
Fixed security-* package dependencies
1 parent 8b5dfb9 commit e3d9b25
Copy full SHA for e3d9b25

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Bundle/SecurityBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"symfony/event-dispatcher": "^5.1",
2424
"symfony/http-kernel": "^5.0",
2525
"symfony/polyfill-php80": "^1.15",
26-
"symfony/security-core": "^4.4|^5.0",
26+
"symfony/security-core": "^5.1",
2727
"symfony/security-csrf": "^4.4|^5.0",
28-
"symfony/security-guard": "^4.4|^5.0",
28+
"symfony/security-guard": "^5.1",
2929
"symfony/security-http": "^5.1"
3030
},
3131
"require-dev": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.