Skip to content

Commit a59a94c

Browse files
authored
docs: add fixed tl;dr httplug requirements
1 parent 79e9063 commit a59a94c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ This SDK requires PHP 7.1 or greater.
1717

1818
As this SDK uses HTTPlug, you will have to require some libraries for get it working. See ["HTTPlug for library users"](http://docs.php-http.org/en/latest/httplug/users.html) for more info.
1919

20+
**Quick installation (Fixed from HTTPlug documentation)**
21+
```
22+
composer require php-http/curl-client guzzlehttp/psr7 php-http/message http-interop/http-factory-guzzle
23+
```
24+
2025
:warning: **Note**: If you don't follow this requirement before require the SDK, composer will throw you an error.
2126

2227
### Setup

0 commit comments

Comments
 (0)