We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38420f2 + 19d9b94 commit 0cd1036Copy full SHA for 0cd1036
composer.json
@@ -5,7 +5,7 @@
5
"require": {
6
"php": ">=5.3.0",
7
"illuminate/support": "5.*",
8
- "auth0/auth0-php": "~2.1",
+ "auth0/auth0-php": "~3.0",
9
"illuminate/contracts": "5.*"
10
},
11
"autoload": {
src/Auth0/Login/LoginServiceProvider.php
@@ -1,8 +1,8 @@
1
<?php namespace Auth0\Login;
2
3
use Illuminate\Support\ServiceProvider;
4
-use Auth0\SDK\API\ApiClient;
-use Auth0\SDK\API\InformationHeaders;
+use Auth0\SDK\API\Helpers\ApiClient;
+use Auth0\SDK\API\Helpers\InformationHeaders;
class LoginServiceProvider extends ServiceProvider {
0 commit comments