Skip to content

Commit

Permalink
Define phoenix_html dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 17, 2024
1 parent ff6b719 commit f84a456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ defmodule BitstylesPhoenix.MixProject do
[
{:jason, "~> 1.0"},
{:phoenix_live_view, "~>0.18.8 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},
{:credo, ">= 0.0.0", only: :dev, runtime: false}
Expand Down

0 comments on commit f84a456

Please sign in to comment.