Skip to content

Commit

Permalink
Ensure Phoenix.Component.to_form is available
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 17, 2024
1 parent f84a456 commit 9361e32
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 BitstylesPhoenix.MixProject do
defp deps do
[
{:jason, "~> 1.0"},
{:phoenix_live_view, "~>0.18.8 or ~> 0.19.0 or ~> 0.20.0"},
{:phoenix_live_view, "~> 0.18.12 or ~> 0.19.0 or ~> 0.20.0"},
{:phoenix_html, "~> 3.3 or ~> 4.0"},
{:floki, "~> 0.32.0", only: [:test, :dev]},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
Expand Down

0 comments on commit 9361e32

Please sign in to comment.