Skip to content

Commit ec3af21

Browse files
committed
Fixed install docs broken after 2.0 release of httplug lib
1 parent 49486a8 commit ec3af21

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)