Skip to content

Commit

Permalink
Merge pull request #19 from vierbergenlars/symfony-3
Browse files Browse the repository at this point in the history
Make bundle compatible with symfony 3
  • Loading branch information
rmoreas authored Nov 2, 2016
2 parents ea62f4c + f0f364d commit e3c99bb
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 @@ -25,6 +25,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 @@ -34,7 +35,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 e3c99bb

Please sign in to comment.