Symfony 5.1 compatibility
Created by: drupol
This PR adds compatibility with Symfony > 5.1
-
Add a new CasAuthenticator
implementing the new interfaceSymfony\Component\Security\Http\Authenticator\AuthenticatorInterface
-
Update the documentation with new configuration -
Add tests
TODO:
-
Revert the changes in composer.json( minimum-stability, prefer-stable
) when Symfony 5.1 is released
Fixes #7