Skip to content

Commit 52d5104

Browse files
xabbuhfabpot
authored andcommitted
deprecate the $secret argument of the PersistentRememberMeHandler constructor
1 parent b1329b4 commit 52d5104

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Resources/config/security_authenticator_remember_me.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
->abstract()
5151
->args([
5252
abstract_arg('token provider'),
53-
param('kernel.secret'),
5453
abstract_arg('user provider'),
5554
service('request_stack'),
5655
abstract_arg('options'),

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/password-hasher": "^5.4|^6.0",
2828
"symfony/security-core": "^6.2",
2929
"symfony/security-csrf": "^5.4|^6.0",
30-
"symfony/security-http": "^6.2.6"
30+
"symfony/security-http": "^6.3"
3131
},
3232
"require-dev": {
3333
"doctrine/annotations": "^1.10.4|^2",

0 commit comments

Comments
 (0)