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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -