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