Anahkiasen / flickering

A modern PHP interface for the Flickr API
50 stars 20 forks source link

Can't install via Composer #3

Closed vlucas closed 10 years ago

vlucas commented 11 years ago

Output from my local composer.phar:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for anahkiasen/flickering dev-master -> satisfiable by anahkiasen/flickering[dev-master].
    - anahkiasen/flickering dev-master requires anahkiasen/underscore-php dev-master -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Seems like a bad reference to Underscore.php

Anahkiasen commented 11 years ago

Is this still happening ?

vlucas commented 11 years ago

In order to resolve this, I had to set the "minimum-stability" to "dev" to get this to install. People shouldn't have to do this to install a package, but if you do have a legitimate reason for this requirement, it should be noted on the installation instructions/README page.

Anahkiasen commented 11 years ago

Hm no I think it's a leftover from something else that had a bugfix I had to get. Will check if removing it doesn't break any tests.