Skip to content

Commit

Permalink
optimize readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-strate committed Aug 6, 2022
1 parent 2af609e commit c075be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Inspired by [php-github-api](https://github.com/KnpLabs/php-github-api) and [php

Using composer:
```
$ composer require stephan-strate/php-cover-art-archive-api guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
$ composer require stephan-strate/php-cover-art-archive-api php-http/guzzle7-adapter:^1.0 http-interop/http-factory-guzzle:^1.0
```

Why `guzzlehttp/guzzle:^7.2`? This library is decoupled from any http client using [HTTPlug](http://httplug.io/).
Why `php-http/guzzle7-adapter:^1.0`? This library is decoupled from any http client using [HTTPlug](http://httplug.io/).

## Usage

Expand Down

0 comments on commit c075be6

Please sign in to comment.