php - Error installing packages using composer? -


i want install googleauth using composer getting error

http request failed

enter image description here

i have composer.json file in working directory,

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

how solve error ?


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -