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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,10 @@ For older versions, please [refer](https://github.com/zoho/zohocrm-php-sdk-8.0/r
45
45
46
46
## Including the SDK in your project
47
47
You can include the SDK to your project using Composer.
48
-
For installing the latest [version](https://github.com/zoho/zohocrm-php-sdk-8.0/releases/tag/1.0.0) of PHP SDK, navigate to the workspace of your client app and run the following command.
48
+
For installing the latest [version](https://github.com/zoho/zohocrm-php-sdk-8.0/releases/tag/2.0.0) of PHP SDK, navigate to the workspace of your client app and run the following command.
49
49
50
50
```sh
51
-
composer require zohocrm/php-sdk-8.0:1.0.0
51
+
composer require zohocrm/php-sdk-8.0:2.0.0
52
52
```
53
53
With this, the PHP SDK will be installed and a package named vendor will be created in the workspace of your client app.
54
54
@@ -67,4 +67,4 @@ For example, if you generate the tokens for your Sandbox environment in the CN d
67
67
68
68
---
69
69
70
-
For more details, kindly refer here. [here](/versions/1.0.0/README.md).
70
+
For more details, kindly refer here. [here](/versions/2.0.0/README.md).
0 commit comments