Skip to content

Commit

Permalink
Use correct case for guzzle request call
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 28, 2020
1 parent 339db1f commit 4d4067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Packagist/Api/Client.php
Expand Up @@ -199,7 +199,7 @@ protected function request($url)
}

return $this->httpClient
->request('get', $url)
->request('GET', $url)
->getBody();
}

Expand Down

0 comments on commit 4d4067a

Please sign in to comment.