Skip to content

Commit ddba97a

Browse files
Update README.md
1 parent 64ccca9 commit ddba97a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,23 @@ Check out the [change log](CHANGELOG.md), [releases](https://github.com/Bitbucke
2525

2626
This version supports [PHP](https://php.net) 7.1-7.4. To get started, simply require the project using [Composer](https://getcomposer.org). You will also need to install packages 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).
2727

28-
### PHP 7.1+:
28+
### Standard Installation
29+
30+
#### PHP 7.1+:
2931

3032
```bash
3133
$ composer require bitbucket/client:^3.0 php-http/guzzle6-adapter:^2.0.1 http-interop/http-factory-guzzle:^1.0
3234
```
3335

34-
### PHP 7.2+:
36+
#### PHP 7.2+:
3537

3638
```bash
3739
$ composer require bitbucket/client:^3.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
3840
```
3941

40-
### Laravel 6+:
42+
### Framework Integration
43+
44+
#### Laravel 6+:
4145

4246
```bash
4347
$ composer require graham-campbell/bitbucket:^7.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0

0 commit comments

Comments
 (0)