File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ composer installed.
4040Once composer is installed, execute the following command in your project root to install this library:
4141
4242``` sh
43- composer require google/apiclient:" ^2.9 "
43+ composer require google/apiclient:^2.10
4444```
4545
4646Finally, be sure to include the autoloader:
@@ -61,7 +61,7 @@ you want to keep in `composer.json`:
6161``` json
6262{
6363 "require" : {
64- "google/apiclient" : " ^2.9 "
64+ "google/apiclient" : " ^2.10 "
6565 },
6666 "scripts" : {
6767 "pre-autoload-dump" : " Google\\ Task\\ Composer::cleanup"
Original file line number Diff line number Diff line change 4949 */
5050class Client
5151{
52- const LIBVER = "2.9.1 " ;
52+ const LIBVER = "2.10.0 " ;
5353 const USER_AGENT_SUFFIX = "google-api-php-client/ " ;
5454 const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke ' ;
5555 const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token ' ;
You can’t perform that action at this time.
0 commit comments