Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mix deps.get not working for phoenix_token_auth #49

Open
edossantos opened this issue Sep 26, 2015 · 1 comment
Open

mix deps.get not working for phoenix_token_auth #49

edossantos opened this issue Sep 26, 2015 · 1 comment

Comments

@edossantos
Copy link

defp deps do
[{:phoenix, "> 1.0.2"},
{:phoenix_ecto, "
> 1.1"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "> 2.1"},
{:phoenix_live_reload, "
> 1.0", only: :dev},
{:cowboy, "> 1.0"},
{:maru, "
> 0.8.1"},
{:maru_swagger, "> 0.5", only: :dev },
{:comeonin, "
> 1.0"},
{:phoenix_token_auth, "0.0.13"}]
end

Looking up alternatives for conflicting requirements on poison
From mix.lock: 1.5.0
From phoenix_ecto v1.2.0: ~> 1.3
From phoenix_token_auth v0.0.13: ~> 1.3.1

** (Mix) Hex dependency resolution failed, relax the version requirements or unlock dependencies

Thank you.

@manukall
Copy link
Owner

manukall commented Oct 8, 2015

hey @edossantos, please excuse the late reply. dependency versions are a bit messy, as most libs are still < 1.0 and I'm not actively using phoenix_token_auth in any projects at the moment. you can always just force some version of a dependency with {:poison, "~> 1.5.0", override: true}, and see if everything still works.

i'm planning a new project which will be using token auth again, so hopefully things will improve soon...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants