Skip to content

Commit

Permalink
Allow phoenix_html 4.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic authored Jan 2, 2024
1 parent 8386a23 commit 6a715aa
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 @@ -37,7 +37,7 @@ defmodule Money.Mixfile do
[
# Soft dependencies
{:ecto, "~> 1.0 or ~> 2.0 or ~> 2.1 or ~> 3.0", optional: true},
{:phoenix_html, "~> 2.0 or ~> 3.0", optional: true},
{:phoenix_html, "~> 2.0 or ~> 3.0 or ~> 4.0", optional: true},
{:decimal, "~> 1.0 or ~> 2.0", optional: true},

# Code style and analyzers
Expand Down

0 comments on commit 6a715aa

Please sign in to comment.