Skip to content

Commit 33b28ac

Browse files
authored
chore(docs): bump version in readme (#2062)
1 parent 1003c93 commit 33b28ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ composer installed.
4040
Once composer is installed, execute the following command in your project root to install this library:
4141

4242
```sh
43-
composer require google/apiclient:"^2.7"
43+
composer require google/apiclient:"^2.9"
4444
```
4545

4646
Finally, 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.7"
64+
"google/apiclient": "^2.9"
6565
},
6666
"scripts": {
6767
"post-update-cmd": "Google\\Task\\Composer::cleanup"

0 commit comments

Comments
 (0)