- version 3.6
Check those constraints:
$this->anything()
| <?php namespace Libraries\Google; | |
| /** | |
| * For authenticating with a google API. | |
| * | |
| * IMPORTANT: Be sure your computer/server clock is set to the correct time. | |
| * You will not be able to authenticate if your clock is off by a few seconds. | |
| * | |
| * Install dependencies; | |
| * composer require google/apiclient:1.0.*@beta |