Skip to content

Commit

Permalink
update google/apiclient-servies to v0.9 (googleapis#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jan 11, 2017
1 parent d3c9791 commit 360e656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": ">=5.4",
"google/auth": "^0.11",
"google/apiclient-services": "^0.8",
"google/apiclient-services": "^0.9",
"firebase/php-jwt": "~2.0|~3.0|~4.0",
"monolog/monolog": "^1.17",
"phpseclib/phpseclib": "~0.3.10|~2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Google/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class Google_Client
{
const LIBVER = "2.1.1";
const LIBVER = "2.1.2";
const USER_AGENT_SUFFIX = "google-api-php-client/";
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
Expand Down

0 comments on commit 360e656

Please sign in to comment.