Skip to content

Commit af05b81

Browse files
author
micfai
committed
Update Readme to remove some text no longer needed
1 parent a1147dc commit af05b81

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Total Downloads](https://poser.pugx.org/infusionsoft/php-sdk/downloads.png)](https://packagist.org/packages/infusionsoft/php-sdk)
55
[![Latest Stable Version](https://poser.pugx.org/infusionsoft/php-sdk/v/stable.png)](https://packagist.org/packages/infusionsoft/php-sdk)
66

7-
This package is currently in beta for testing.
87

98
## Version Notes
109

@@ -23,15 +22,11 @@ Or manually add it to your composer.json:
2322
``` json
2423
{
2524
"require": {
26-
"infusionsoft/php-sdk": "dev-master"
25+
"infusionsoft/php-sdk": "1.1.*"
2726
}
2827
}
2928
```
3029

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-
3530
## Usage
3631

3732
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

Comments
 (0)