Skip to content

Commit

Permalink
Merge pull request #327 from infusionsoft/mickael/update_readme_version
Browse files Browse the repository at this point in the history
Update README.md to use greater SDK version
  • Loading branch information
ROMzombie authored May 14, 2024
2 parents bce942b + a3a0e36 commit 20a9a94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Infusionsoft PHP SDK

[![Build Status](https://travis-ci.org/infusionsoft/infusionsoft-php.png?branch=master)](https://travis-ci.org/infusionsoft/infusionsoft-php)
[![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)

Expand All @@ -9,7 +8,7 @@

This version implements RESTful endpoints, a new version of Guzzle, and a restructured request handler.

As of version 1.4, PHP 7+ is required.
As of version 1.6, PHP 7+ is required.

### Breaking Change

Expand All @@ -32,7 +31,7 @@ Or manually add it to your composer.json:
``` json
{
"require": {
"infusionsoft/php-sdk": "1.4.*"
"infusionsoft/php-sdk": "1.6.*"
}
}
```
Expand Down

0 comments on commit 20a9a94

Please sign in to comment.