cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 781 forks source link

Problem when i try to update composer #199

Open mariano-gomez opened 8 years ago

mariano-gomez commented 8 years ago

Hi buddy, i've had a problem when i tryied to update composer with this component. The problem that composer reports me is:

$ composer update Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Maybe (most likely) is a problem with my own composer.json code, which is: { "require": { "silex/silex": "~1.3", "guzzle/guzzle": "~3.7", "cosenary/instagram": "~1.0" } }

Any idea? Thanks