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
@@ -23,15 +22,11 @@ Or manually add it to your composer.json:
23
22
```json
24
23
{
25
24
"require": {
26
-
"infusionsoft/php-sdk": "dev-master"
25
+
"infusionsoft/php-sdk": "1.1.*"
27
26
}
28
27
}
29
28
```
30
29
31
-
(Using dev-master while in beta before we tag releases)
32
-
33
-
This package is compatible with PHP 5.3.3 and higher. It uses Guzzle 3.8.* as the default HTTP client which requires 5.3.3 or higher. In order to use cURL you must have the PHP cURL extension enabled.
34
-
35
30
## Usage
36
31
37
32
The client ID and secret are the key and secret for your OAuth2 application found at the [Infusionsoft Developers](https://keys.developer.infusionsoft.com/apps/mykeys) website.
0 commit comments