Skip to content

Commit

Permalink
Upped dependency to Firebase 3.0, fixed use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaAdrichem committed Oct 29, 2015
1 parent 51f19b9 commit d69dc1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "http://github.com/google/google-auth-library-php",
"license": "Apache-2.0",
"require": {
"firebase/php-jwt": "2.0.0",
"firebase/php-jwt": "3.0.0",
"guzzlehttp/guzzle": "5.2.*",
"php": ">=5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use GuzzleHttp\Query;
use GuzzleHttp\Message\ResponseInterface;
use GuzzleHttp\Url;
use JWT;
use Firebase\JWT\JWT;

/**
* OAuth2 supports authentication by OAuth2 2-legged flows.
Expand Down
2 changes: 1 addition & 1 deletion tests/OAuth2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use GuzzleHttp\Stream\Stream;
use GuzzleHttp\Subscriber\Mock;
use GuzzleHttp\Url;
use JWT;
use Firebase\JWT\JWT;

class OAuth2AuthorizationUriTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit d69dc1a

Please sign in to comment.