File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $ composer require jmikola/auto-login
1717
1818### Compatibility
1919
20- This library requires Symfony 2.2 or above.
20+ This library requires Symfony 4.3 or above.
2121
2222## Usage
2323
@@ -28,10 +28,9 @@ and automatically authenticate users based on a single request parameter.
2828To utilize this library in a full-stack Symfony application, you may want to
2929use [ JmikolaAutoLoginBundle] [ ] . An example of registering an authentication
3030provider and firewall listener manually may be found in the
31- [ Silex documentation ] [ ] and [ Security component documentation] [ ] .
31+ [ Security component documentation] [ ] .
3232
3333 [ JmikolaAutoLoginBundle ] : https://github.com/jmikola/JmikolaAutoLoginBundle
34- [ Silex documentation ] : http://silex.sensiolabs.org/doc/providers/security.html#defining-a-custom-authentication-provider
3534 [ security component documentation ] : http://symfony.com/doc/current/components/security/firewall.html
3635
3736### Token
You can’t perform that action at this time.
0 commit comments