You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ composer installed.
44
44
Once composer is installed, execute the following command in your project root to install this library:
45
45
46
46
```sh
47
-
composer require google/apiclient:^2.15.0
47
+
composer require google/apiclient
48
48
```
49
49
50
50
If you're facing a timeout error then either increase the timeout for composer by adding the env flag as `COMPOSER_PROCESS_TIMEOUT=600 composer install` or you can put this in the `config` section of the composer schema:
0 commit comments