We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.ex of phoenix_swagger
Mix.ex
{:poison, "~> 2.2 or ~> 3.0", optional: true},
My Mix.ex
{:poison, "~> 5.0"},
$ mix deps.get Resolving Hex dependencies... Failed to use "poison" because phoenix_swagger (version 0.8.2) requires ~> 2.2 or ~> 3.0 mix.exs specifies ~> 5.0
Does phoenix_swagger break with a version of Poison higher than 3 ?
The text was updated successfully, but these errors were encountered:
I added v4 and v5 to the mix entry in #275 and the tests passed, so I suspect it is OK.
Sorry, something went wrong.
No branches or pull requests
Mix.ex
of phoenix_swaggerMy
Mix.ex
Does phoenix_swagger break with a version of Poison higher than 3 ?
The text was updated successfully, but these errors were encountered: