You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`php-http/guzzle6-adapter` and `php-http/httplug-bundle` are optional if you want to provide your own services.
17
+
For more information, please visit `Setting up HWIOAuthBundle <https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md#a-add-hwioauthbundle-to-your-project>`_.
15
18
16
19
* Enable the bundle:
17
20
@@ -21,7 +24,8 @@ Set up the HWIOAuthBundle
21
24
22
25
return [
23
26
// ...
24
-
new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
27
+
Http\HttplugBundle\HttplugBundle::class => ['all' => true], // If you require the php-http/httplug-bundle package.
0 commit comments