Skip to content

Commit b21ea45

Browse files
Update README.md
1 parent 93b0042 commit b21ea45

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
@@ -28,13 +28,13 @@ This version requires [PHP](https://php.net) 7.1-7.4.
2828
To get the latest version, simply require the project using [Composer](https://getcomposer.org). You will need to install any package that "provides" `php-http/client-implementation`. Pure PHP users will want something like:
2929

3030
```bash
31-
$ composer require bitbucket/client php-http/guzzle6-adapter:^2.0
31+
$ composer require bitbucket/client:2.1 php-http/guzzle6-adapter:^2.0.1
3232
```
3333

3434
Laravel users will want something like:
3535

3636
```bash
37-
$ composer require graham-campbell/bitbucket php-http/guzzle6-adapter:^2.0
37+
$ composer require graham-campbell/bitbucket:^6.0 php-http/guzzle6-adapter:^2.0.1
3838
```
3939

4040
We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. [`graham-campbell/bitbucket`](https://github.com/GrahamCampbell/Laravel-Bitbucket) is also maintained by [Graham Campbell](https://github.com/GrahamCampbell).

0 commit comments

Comments
 (0)