Skip to content

Commit 0cd1036

Browse files
committed
Merge branch '3.x.x-dev'
2 parents 38420f2 + 19d9b94 commit 0cd1036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=5.3.0",
77
"illuminate/support": "5.*",
8-
"auth0/auth0-php": "~2.1",
8+
"auth0/auth0-php": "~3.0",
99
"illuminate/contracts": "5.*"
1010
},
1111
"autoload": {

src/Auth0/Login/LoginServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php namespace Auth0\Login;
22

33
use Illuminate\Support\ServiceProvider;
4-
use Auth0\SDK\API\ApiClient;
5-
use Auth0\SDK\API\InformationHeaders;
4+
use Auth0\SDK\API\Helpers\ApiClient;
5+
use Auth0\SDK\API\Helpers\InformationHeaders;
66

77
class LoginServiceProvider extends ServiceProvider {
88

0 commit comments

Comments
 (0)