Skip to content

Commit 3f1c4ea

Browse files
committed
Merge branch 'master' into develop
2 parents 8cb5462 + 36fb238 commit 3f1c4ea

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,24 @@ This package is currently in beta for testing.
88

99
## Install
1010

11-
Via Composer
11+
Using the composer CLI:
12+
13+
```
14+
composer require infusionsoft/php-sdk
15+
```
16+
17+
Or manually add it to your composer.json:
1218

1319
``` json
1420
{
1521
"require": {
16-
"infusionsoft/php-sdk": "~1.0"
22+
"infusionsoft/php-sdk": "dev-master"
1723
}
1824
}
1925
```
2026

27+
(Using dev-master while in beta before we tag releases)
28+
2129
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.
2230

2331
## Usage

0 commit comments

Comments
 (0)