We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1003c93 commit 33b28acCopy full SHA for 33b28ac
README.md
@@ -40,7 +40,7 @@ composer installed.
40
Once composer is installed, execute the following command in your project root to install this library:
41
42
```sh
43
-composer require google/apiclient:"^2.7"
+composer require google/apiclient:"^2.9"
44
```
45
46
Finally, be sure to include the autoloader:
@@ -61,7 +61,7 @@ you want to keep in `composer.json`:
61
```json
62
{
63
"require": {
64
- "google/apiclient": "^2.7"
+ "google/apiclient": "^2.9"
65
},
66
"scripts": {
67
"post-update-cmd": "Google\\Task\\Composer::cleanup"
0 commit comments