geolessel / react-phoenix

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

added support poison v3.0 #36

Closed frostmark closed 5 years ago

frostmark commented 5 years ago
** (Mix) You're trying to run :react_phoenix on Elixir v1.3.4 but it has declared in its mix.exs file it supports only Elixir ~> 1.5
The command "mix test" exited with 1.
geolessel commented 5 years ago

@markfrst Thanks for the PR. I actually just moved to Jason as the json library (#37) to correspond to the similar move by Phoenix itself. Do you need Poison specifically or will Jason do the trick?

geolessel commented 5 years ago

@markfrst I'm going to go ahead and assume #37 does what you need and close this. Let me know if this is not the case.