Skip to content

Commit 360e656

Browse files
authored
update google/apiclient-servies to v0.9 (#1128)
1 parent d3c9791 commit 360e656

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": ">=5.4",
1010
"google/auth": "^0.11",
11-
"google/apiclient-services": "^0.8",
11+
"google/apiclient-services": "^0.9",
1212
"firebase/php-jwt": "~2.0|~3.0|~4.0",
1313
"monolog/monolog": "^1.17",
1414
"phpseclib/phpseclib": "~0.3.10|~2.0",

src/Google/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
class Google_Client
4141
{
42-
const LIBVER = "2.1.1";
42+
const LIBVER = "2.1.2";
4343
const USER_AGENT_SUFFIX = "google-api-php-client/";
4444
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
4545
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';

0 commit comments

Comments
 (0)