Skip to content

Commit

Permalink
Update Readme to remove some text no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
micfai committed Jun 22, 2015
1 parent a1147dc commit af05b81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Total Downloads](https://poser.pugx.org/infusionsoft/php-sdk/downloads.png)](https://packagist.org/packages/infusionsoft/php-sdk)
[![Latest Stable Version](https://poser.pugx.org/infusionsoft/php-sdk/v/stable.png)](https://packagist.org/packages/infusionsoft/php-sdk)

This package is currently in beta for testing.

## Version Notes

Expand All @@ -23,15 +22,11 @@ Or manually add it to your composer.json:
``` json
{
"require": {
"infusionsoft/php-sdk": "dev-master"
"infusionsoft/php-sdk": "1.1.*"
}
}
```

(Using dev-master while in beta before we tag releases)

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.

## Usage

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.
Expand Down

0 comments on commit af05b81

Please sign in to comment.