geolessel / react-phoenix

Make rendering React.js components in Phoenix easy
http://reactphoenix.com
MIT License
504 stars 38 forks source link

Relaxing poison version requirement #2

Closed scmx closed 7 years ago

scmx commented 7 years ago

Hi, I'm getting this when I try to add it to a phoenix 1.3 project.

Failed to use "poison" (version 3.1.0) because
  arc (version 0.7.0) requires ~> 2.2 or ~> 3.1
  ex_aws (version 1.1.2) requires >= 1.2.0
  phoenix (version 1.3.0-rc.1) requires ~> 2.2 or ~> 3.0
  react_phoenix (version 0.3.0) requires ~> 2.2.0
  mix.lock specifies 3.1.0

What do you think about changing it to "~> 2.2 or ~> 3.0"? I'm sending a PR.