SparkPost / elixir-sparkpost

SparkPost client library for Elixir https://developers.sparkpost.com
Apache License 2.0
44 stars 13 forks source link

Impossible to use with Phoenix due version mistmatch #43

Closed programisti closed 7 years ago

programisti commented 7 years ago

when running mix deps.get mix throws an error

  phoenix (version 1.2.4) requires ~> 1.5 or ~> 2.0
  sparkpost (version 0.5.0) requires ~> 3.0

because sparkpost requires poison of version 3.0 and phoenix requires somewere between 1.5 to 2.2 I forked and lwoered poison version to 2.2.0 and it works https://github.com/programisti/elixir-sparkpost

ewandennis commented 7 years ago

Yup, fair point until we see Phoenix 1.3 ;) Relaxing that requirement. Thanks for the report! @programisti