Skip to content

Commit 410ce62

Browse files
committed
Fixed security-* package dependencies
1 parent c95af45 commit 410ce62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines 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)