Anahkiasen / flickering

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

Installation fail due to missing dependency opauth/flickr #1

Closed jeanmonod closed 11 years ago

jeanmonod commented 11 years ago
Problem 1
    - Installation request for anahkiasen/flickering dev-master -> satisfiable by anahkiasen/flickering dev-master.
    - anahkiasen/flickering dev-master requires opauth/flickr dev-master -> no matching package found.

Is this package is not more useful?

Anahkiasen commented 11 years ago

You may need to put this in your Composer file :

"minimum-stability": "dev"
jeanmonod commented 11 years ago

It's already the case, but look in packagist, there is no more opauth/flicker: https://packagist.org/packages/opauth/flickr

Anahkiasen commented 11 years ago

Oh, maybe it's been removed. It's still on Github, try adding this to manually pull it out in the meantime. I'll see what I can do.

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/pocket7878/opauth-flickr.git"
    }
  ],
jeanmonod commented 11 years ago

OK, thanks, the workaround is working...

jeanmonod commented 11 years ago

You still have this missing dependency... Isn't it?

Anahkiasen commented 11 years ago

Yes but I have no idea what I can do about it, if you have an idea...

Anahkiasen commented 11 years ago

Should be good, the creator of the package added it to packagist.