Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cobweb committed Oct 11, 2016
1 parent cbcd9d8 commit 865a1a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ This library can be used to pull data from the various public endpoints provided

| Client Version | PHP Version |
| -------------- | ----------- |
| 0.* | >= 5.3 |
| 1.0.* | 5.3 - 5.4 |
| 1.2.* | 5.5+ |

## Installation

The suggested installation method is via [composer](https://getcomposer.org/):

```sh
php composer.phar require "cobwebinfo/shrek-api-client:1.0.*"
php composer.phar require "cobwebinfo/shrek-api-client:1.2.*"
```

## Usage
Expand All @@ -26,10 +27,6 @@ $instance = $instantiator->instantiate();

## Todo

- More cache handlers (redis & APC)
- Clear/bypass cache?
- Unit tests
- Integration tests.
- Release version 1.0
- Packagist

0 comments on commit 865a1a0

Please sign in to comment.