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