Use Guzzle, not Requests library.

This commit is contained in:
James Cole
2018-06-06 21:20:21 +02:00
parent 073dedd483
commit 20044427b4
9 changed files with 90 additions and 215 deletions

View File

@@ -29,6 +29,6 @@ namespace FireflyIII\Services\Github\Request;
*/
interface GithubRequest
{
public function call();
public function call(): void;
}