Skip to content

Commit f970e8f

Browse files
committed
PSR18: update composer require example to show install without adapter
1 parent 314063e commit f970e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
Via Composer:
122122

123123
```bash
124-
$ composer require private-packagist/api-client php-http/guzzle6-adapter
124+
$ composer require private-packagist/api-client guzzlehttp/guzzle
125125
```
126126

127-
Why do you need to require `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/), so you can pick an HTTP client of your choice, guzzle is merely a recommendation.
127+
Why do you need to require `guzzlehttp/guzzle`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/), so you can pick an HTTP client of your choice, guzzle is merely a recommendation.
128128

129129
## Basic usage of `private-packagist/api-client` client
130130

0 commit comments

Comments
 (0)