I'm trying to install socialite in laravel 5.7. But it seems that the installer package not found. Here is how it looks:
composer require laravel/socialite
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
The "http://packagist.org/p/paragonie/random_compat%24db1b5c1b43ef534aed7fe377b7d6e9ada59ee25deed500ba426fd9e421116aa3.json" file could not be downloaded: failed to open stream: HTTP request failed!
http://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
I've tried using composer require laravel/socialite
and composer require laravel/socialite "^3.2.0"
but get the same problem.