Add or ~> 4.0 for :phoenix_html (#28)

This commit is contained in:
Paulo Curado 2024-03-12 17:25:35 +02:00 committed by GitHub
parent 0bbd87e6ed
commit 7a9895cf8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ defmodule TypeID.MixProject do
defp deps do
[
{:ecto, "~> 3.10", optional: true},
{:phoenix_html, "~> 3.3", optional: true},
{:phoenix_html, "~> 3.3 or ~> 4.0", optional: true},
{:phoenix, "~> 1.7", optional: true},
{:jason, "~> 1.4", optional: true},
{:ex_doc, "~> 0.27", only: :dev, runtime: false},