We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9f021 commit d8d28c0Copy full SHA for d8d28c0
1 file changed
README.md
@@ -20,6 +20,10 @@ You can install the bindings via [Composer](http://getcomposer.org/). Run the fo
20
composer require starfolksoftware/paystack-php
21
```
22
23
+```bash
24
+composer require php-http/guzzle7-adapter
25
+```
26
+
27
To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):
28
29
```php
0 commit comments