Skip to content

Commit 6016590

Browse files
Clarified required implementation package
Folowup to #53
1 parent 5cc1e00 commit 6016590

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feel free to check out the [change log](CHANGELOG.md), [releases](https://github
2525

2626
This version requires [PHP](https://php.net) 7.2-7.4.
2727

28-
To get the latest version, simply require the project using [Composer](https://getcomposer.org). You will need to install any package that "provides" `psr/http-client-implementation`. Pure PHP users will want something like:
28+
To get the latest version, simply require the project using [Composer](https://getcomposer.org). You will need to install package that "provide" [`psr/http-client-implementation`](https://packagist.org/providers/psr/http-client-implementation) and [`psr/http-factory-implementation`](https://packagist.org/providers/psr/http-factory-implementation). Pure PHP users will want something like:
2929

3030
```bash
3131
$ composer require bitbucket/client:^3.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"php-http/multipart-stream-builder": "^1.1",
1919
"psr/cache": "^1.0",
2020
"psr/http-client-implementation": "^1.0",
21+
"psr/http-factory-implementation": "^1.0",
2122
"psr/http-message": "^1.0",
2223
"symfony/polyfill-php80": "^1.17"
2324
},

0 commit comments

Comments
 (0)