Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 7cc222e

Browse files
authored
Update README.md
1 parent 0a03059 commit 7cc222e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ A list of compatible HTTP clients and client adapters can be found at [php-http.
4949

5050
If you use **Laravel 8** you can skip this section as laravel pre-install Guzzle 7 by default.
5151

52+
Guzzle 7:
53+
```bash
54+
$ composer require guzzlehttp/guzzle
55+
```
56+
If you already have guzzle installed with a version < 7, don't forget to update the version inside your composer.json
57+
```json
58+
"require": {
59+
"guzzlehttp/guzzle": "^7.0"
60+
}
61+
```
62+
5263
Guzzle 6:
5364

5465
```bash

0 commit comments

Comments
 (0)