Skip to content

Commit 486a6b8

Browse files
committed
Remove outdated info from README
1 parent 1d635d8 commit 486a6b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
2828
To utilize this library in a full-stack Symfony application, you may want to
2929
use [JmikolaAutoLoginBundle][]. An example of registering an authentication
3030
provider 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

0 commit comments

Comments
 (0)