amazonwebservices / aws-sdk-for-php

(DEPRECATED) AWS SDK for PHP - Version 1. Version 3 is the latest:
https://github.com/aws/aws-sdk-php
710 stars 254 forks source link

Unable to install with composer #58

Closed yalamber closed 9 years ago

yalamber commented 11 years ago

Hello, I am getting following message. I am having this issue on mac. Linux server was able to install the sdk through composer. Updating dependencies (including require-dev)

mtdowling commented 11 years ago

This sounds like it's probably a transient error. Can you try deleting your composer.lock file and your vendor folder?

If that doesn't work: Which version of Composer are you using? Have you tried updating composer using composer.phar self-update?

yalamber commented 11 years ago

I tried now and it worked as normal. My composer was up to date. I also opened this issue at https://github.com/composer/composer/issues/2125 and they have added some debug code. May be this was issue related more to composer than aws sdk.