Error installing packages using composer?

34 views Asked by At

I want to install googleauth using composer but I am getting the error

HTTP request failed

enter image description here

I have composer.json file in my working directory,

{
    "require":{
        "google/api-client":"dev-master"
    }
}

How to solve this error ?

0

There are 0 answers