Skip to content

Commit

Permalink
Merge pull request #120 from tfiedlerdejanze/patch-1
Browse files Browse the repository at this point in the history
relax phoenix_live_view version constraint
  • Loading branch information
mathieuprog authored Feb 18, 2025
2 parents 5713d6c + 2bbfe91 commit c628c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule PolymorphicEmbed.MixProject do
{:attrs, "~> 0.6"},
{:phoenix_html, "~> 4.1", optional: true},
{:phoenix_html_helpers, "~> 1.0", optional: true},
{:phoenix_live_view, "~> 1.0.0", optional: true},
{:phoenix_live_view, "~> 0.20 or ~> 1.0", optional: true},
{:ex_doc, "~> 0.34", only: :dev},
{:ecto_sql, "~> 3.12", only: :test},
{:postgrex, "~> 0.18 or ~> 0.19", only: :test},
Expand Down

0 comments on commit c628c1c

Please sign in to comment.