We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c9791 commit 360e656Copy full SHA for 360e656
2 files changed
composer.json
@@ -8,7 +8,7 @@
8
"require": {
9
"php": ">=5.4",
10
"google/auth": "^0.11",
11
- "google/apiclient-services": "^0.8",
+ "google/apiclient-services": "^0.9",
12
"firebase/php-jwt": "~2.0|~3.0|~4.0",
13
"monolog/monolog": "^1.17",
14
"phpseclib/phpseclib": "~0.3.10|~2.0",
src/Google/Client.php
@@ -39,7 +39,7 @@
39
*/
40
class Google_Client
41
{
42
- const LIBVER = "2.1.1";
+ const LIBVER = "2.1.2";
43
const USER_AGENT_SUFFIX = "google-api-php-client/";
44
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
45
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
0 commit comments