Skip to content

Commit

Permalink
Make bundle compatible with symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vierbergenlars committed Aug 9, 2016
1 parent 9c1d734 commit f0f364d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This bundle adds a shibboleth authentication provider for your Symfony2 project.

Requirements
------------
* [PHP][@php] 5.3.3 and up.
* [Symfony 2.1][@symfony]
* [PHP](http://php.net) 5.3.3 and up.
* [Symfony 2.2+][http://symfony.com]

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion Security/ShibbolethAuthProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/
namespace KULeuven\ShibbolethBundle\Security;
use KULeuven\ShibbolethBundle\Service\Shibboleth;
use Psr\Log\LoggerInterface;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
Expand All @@ -33,7 +34,6 @@
use Symfony\Component\Security\Core\User\UserProviderInterface;
use Symfony\Component\Security\Core\User\UserCheckerInterface;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\HttpKernel\Log\LoggerInterface;

class ShibbolethAuthProvider implements AuthenticationProviderInterface {

Expand Down

0 comments on commit f0f364d

Please sign in to comment.