Add KnpUOAuth2ClientBundle to handle oauth login methods.

pull/3064/head
Julio 6 years ago
parent 381384b665
commit fc1588f677
  1. 3
      composer.json
  2. 1
      config/bundles.php

@ -167,7 +167,8 @@
"vich/uploader-bundle": "~1.0",
"maennchen/zipstream-php": "^1.2",
"league/glide-symfony": "^1.0",
"cocur/slugify": "^3.2"
"cocur/slugify": "^3.2",
"knpuniversity/oauth2-client-bundle": "^1.31"
},
"config": {
"component-dir": "public/assets"

@ -78,4 +78,5 @@ return [
HtmlSanitizer\Bundle\HtmlSanitizerBundle::class => ['all' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::class => ['all' => true],
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
];

Loading…
Cancel
Save