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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -