Skip to content

Commit c628c1c

Browse files
authored
Merge pull request #120 from tfiedlerdejanze/patch-1
relax phoenix_live_view version constraint
2 parents 5713d6c + 2bbfe91 commit c628c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule PolymorphicEmbed.MixProject do
5252
{:attrs, "~> 0.6"},
5353
{:phoenix_html, "~> 4.1", optional: true},
5454
{:phoenix_html_helpers, "~> 1.0", optional: true},
55-
{:phoenix_live_view, "~> 1.0.0", optional: true},
55+
{:phoenix_live_view, "~> 0.20 or ~> 1.0", optional: true},
5656
{:ex_doc, "~> 0.34", only: :dev},
5757
{:ecto_sql, "~> 3.12", only: :test},
5858
{:postgrex, "~> 0.18 or ~> 0.19", only: :test},

0 commit comments

Comments
 (0)