I want to install googleauth
using composer but I am getting the error
HTTP request failed
I have composer.json
file in my working directory,
{
"require":{
"google/api-client":"dev-master"
}
}
How to solve this error ?
I want to install googleauth
using composer but I am getting the error
HTTP request failed
I have composer.json
file in my working directory,
{
"require":{
"google/api-client":"dev-master"
}
}
How to solve this error ?