Skip to content

Commit

Permalink
Update dependencies and fix CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
buchmarv committed Sep 2, 2024
1 parent b24c5e2 commit df14d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/Service/RedirectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df14d47

Please sign in to comment.