We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5713d6c + 2bbfe91 commit c628c1cCopy full SHA for c628c1c
mix.exs
@@ -52,7 +52,7 @@ defmodule PolymorphicEmbed.MixProject do
52
{:attrs, "~> 0.6"},
53
{:phoenix_html, "~> 4.1", optional: true},
54
{:phoenix_html_helpers, "~> 1.0", optional: true},
55
- {:phoenix_live_view, "~> 1.0.0", optional: true},
+ {:phoenix_live_view, "~> 0.20 or ~> 1.0", optional: true},
56
{:ex_doc, "~> 0.34", only: :dev},
57
{:ecto_sql, "~> 3.12", only: :test},
58
{:postgrex, "~> 0.18 or ~> 0.19", only: :test},
0 commit comments