Skip to content

Commit

Permalink
Merge pull request #24 from graze/sjparkinson-patch-1
Browse files Browse the repository at this point in the history
Update releases to be valid composer constraints
  • Loading branch information
sjparkinson committed Sep 15, 2015
2 parents e3f4019 + c0726a5 commit d39330a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

This library implements [JSON-RPC 2.0][jsonrpc] for the Guzzle HTTP client. We
try to support all commonly used versions of Guzzle including:
- [GuzzleHTTP 6][guzzle] on [`master`][branch-master] branch, `>= 3.0` releases
- [GuzzleHTTP 5][guzzle] on [`guzzle-5`][branch-5] branch, `>= 2.1` releases
- [GuzzleHTTP 4][guzzle] on [`guzzle-4`][branch-4] branch, `2.0.x` releases
- [Guzzle 3][guzzle-3] on [`guzzle-3`][branch-3] branch, `1.x` releases
- [GuzzleHTTP 6][guzzle] on [`master`][branch-master] branch, `^3.0` releases
- [GuzzleHTTP 5][guzzle] on [`guzzle-5`][branch-5] branch, `^2.1` releases
- [GuzzleHTTP 4][guzzle] on [`guzzle-4`][branch-4] branch, `2.0.*` releases
- [Guzzle 3][guzzle-3] on [`guzzle-3`][branch-3] branch, `^1.0` releases

It can be installed in whichever way you prefer, but we recommend [Composer][package].
```json
Expand Down

0 comments on commit d39330a

Please sign in to comment.