Skip to content

Commit 346099c

Browse files
authored
Merge pull request #767 from acrobat/fix-install-docs
Fixed install docs broken after 2.0 release of httplug lib
2 parents 49486a8 + ec3af21 commit 346099c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]
2929
Via Composer:
3030

3131
```bash
32-
$ composer require knplabs/github-api php-http/guzzle6-adapter
32+
$ composer require knplabs/github-api php-http/guzzle6-adapter "^1.1"
3333
```
3434

3535
Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/). Read about clients in our [docs](doc/customize.md).

0 commit comments

Comments
 (0)