From df14d47831bc8dbb47795d845b45dd7332c8b515 Mon Sep 17 00:00:00 2001 From: Marvin Buchmann Date: Mon, 2 Sep 2024 12:50:10 +0200 Subject: [PATCH] Update dependencies and fix CGL --- composer.json | 1 + src/Service/RedirectService.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4132054..6188393 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ "php-http/cache-plugin": "^1.7", "php-http/curl-client": "^2.1", "php-http/httplug-bundle": "^1.17", + "stevenmaguire/oauth2-keycloak": "^5.1", "symfony/dependency-injection": "^5.4 || ^6.4", "symfony/framework-bundle": "^5.4 || ^6.4", "symfony/security-bundle": "^5.4 || ^6.4", diff --git a/src/Service/RedirectService.php b/src/Service/RedirectService.php index 7e533c8..95e574c 100644 --- a/src/Service/RedirectService.php +++ b/src/Service/RedirectService.php @@ -12,7 +12,6 @@ use KnpU\OAuth2ClientBundle\Client\ClientRegistry; use KnpU\OAuth2ClientBundle\Client\OAuth2Client; use Stevenmaguire\OAuth2\Client\Provider\Keycloak; -use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Generator\UrlGeneratorInterface;