lemonstand / oauth2-amazon

Login with Amazon provider for the OAuth 2.0 Client
MIT License
5 stars 5 forks source link

Any chance to bring this to-date? #2

Open twisted1919 opened 7 years ago

twisted1919 commented 7 years ago

Hi,

I tried installing this today, and got:

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

  Problem 1
    - Installation request for lemonstand/oauth2-amazon dev-master -> satisfiable by lemonstand/oauth2-amazon[dev-master].
    - Conclusion: remove league/oauth2-client 2.2.0
    - Conclusion: don't install league/oauth2-client 2.2.0
    - lemonstand/oauth2-amazon dev-master requires league/oauth2-client ~0.10 -> satisfiable by league/oauth2-client[0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1].
    - Can only install one of: league/oauth2-client[0.10.0, 2.2.0].
    - Can only install one of: league/oauth2-client[0.10.1, 2.2.0].
    - Can only install one of: league/oauth2-client[0.11.0, 2.2.0].
    - Can only install one of: league/oauth2-client[0.12.0, 2.2.0].
    - Can only install one of: league/oauth2-client[0.12.1, 2.2.0].
    - Installation request for league/oauth2-client (locked at 2.2.0) -> satisfiable by league/oauth2-client[2.2.0].

Installation failed, reverting ./composer.json to its original content.
sudokode commented 7 years ago

I forked this for now as I wanted to see if it was a viable path. The code still works (I can get an access token object), but for some reason composer doesn't like there being no release for this. I tried specifying all sorts of options to no avail. So here's v0.0.1 for now just to make it somewhat available. There are instructions for adding it as a repo with a single package there. I'm dealing with unrelated issues now, so I've got no time to come up with a better solution at the moment, just needed it woking and distributable ASAP :)

kingio commented 7 years ago

If composer is the problem, just do: composer require lemonstand/oauth2-amazon dev-master

s: