Skip to content

Commit b1a0621

Browse files
Update README.md
1 parent 9d736d8 commit b1a0621

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,15 +28,15 @@ This version supports [PHP](https://php.net) 7.2-8.0. To get started, simply req
2828
### Standard Installation
2929

3030
```bash
31-
$ composer require bitbucket/client:^4.0 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
31+
$ composer require "bitbucket/client:^4.0" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
3232
```
3333

3434
### Framework Integration
3535

3636
#### Laravel 6+:
3737

3838
```bash
39-
$ composer require graham-campbell/bitbucket:^8.0 guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0
39+
$ composer require "graham-campbell/bitbucket:^8.0" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
4040
```
4141

4242
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://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. The framework integration [`graham-campbell/bitbucket`](https://github.com/GrahamCampbell/Laravel-Bitbucket) is by [Graham Campbell](https://github.com/GrahamCampbell).

0 commit comments

Comments
 (0)