Skip to content

Commit

Permalink
Allow phoenix_html 4.0 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
idabmat authored Jan 4, 2024
1 parent ca9cdfa commit cb7ac0e
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 @@ -75,7 +75,7 @@ defmodule ChromicPdf.MixProject do
{:nimble_pool, "~> 0.2 or ~> 1.0"},
{:plug, "~> 1.11", optional: true},
{:plug_crypto, "~> 1.2 or ~> 2.0", optional: true},
{:phoenix_html, "~> 2.14 or ~> 3.3", optional: true},
{:phoenix_html, "~> 2.14 or ~> 3.3 or ~> 4.0", optional: true},
{:telemetry, "~> 0.4 or ~> 1.0"},
{:websockex, ">= 0.4.3", optional: true},
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit cb7ac0e

Please sign in to comment.