Skip to content

Commit

Permalink
Remove outdated info from README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Apr 2, 2020
1 parent 1d635d8 commit 486a6b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ composer require jmikola/auto-login

### Compatibility

This library requires Symfony 2.2 or above.
This library requires Symfony 4.3 or above.

## Usage

Expand All @@ -28,10 +28,9 @@ and automatically authenticate users based on a single request parameter.
To utilize this library in a full-stack Symfony application, you may want to
use [JmikolaAutoLoginBundle][]. An example of registering an authentication
provider and firewall listener manually may be found in the
[Silex documentation][] and [Security component documentation][].
[Security component documentation][].

[JmikolaAutoLoginBundle]: https://github.com/jmikola/JmikolaAutoLoginBundle
[Silex documentation]: http://silex.sensiolabs.org/doc/providers/security.html#defining-a-custom-authentication-provider
[security component documentation]: http://symfony.com/doc/current/components/security/firewall.html

### Token
Expand Down

0 comments on commit 486a6b8

Please sign in to comment.