Skip to content

Commit

Permalink
Updates the README for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Dec 24, 2019
1 parent d267f8d commit 3cb86de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library as a dependency to your composer.json file.
```json
{
"require": {
"typhonius/acquia-php-sdk-v2": "^1.0.0"
"typhonius/acquia-php-sdk-v2": "^2.0.0"
}
}
```
Expand All @@ -47,6 +47,8 @@ use AcquiaCloudApi\Connector\Client;
use AcquiaCloudApi\Connector\Connector;
use AcquiaCloudApi\Endpoints\Applications;
use AcquiaCloudApi\Endpoints\Environments;
use AcquiaCloudApi\Endpoints\Servers;
use AcquiaCloudApi\Endpoints\DatabaseBackups;

$key = 'd0697bfc-7f56-4942-9205-b5686bf5b3f5';
$secret = 'D5UfO/4FfNBWn4+0cUwpLOoFzfP7Qqib4AoY+wYGsKE=';
Expand Down

0 comments on commit 3cb86de

Please sign in to comment.