Switch to Guzzle for HTTP requests
Showing
.gitignore
0 → 100644
| ... | ... | @@ -5,5 +5,8 @@ |
| "psr-4": { | ||
| "AttachmentsClient\\": "src/" | ||
| } | ||
| }, | ||
| "require": { | ||
| "guzzlehttp/guzzle": "^6.3" | ||
| } | ||
| } |
Please
register
or
sign in
to comment
| ... | ... | @@ -5,5 +5,8 @@ |
| "psr-4": { | ||
| "AttachmentsClient\\": "src/" | ||
| } | ||
| }, | ||
| "require": { | ||
| "guzzlehttp/guzzle": "^6.3" | ||
| } | ||
| } |