mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
Add or ~> 4.0
for :phoenix_html
(#28)
This commit is contained in:
parent
0bbd87e6ed
commit
7a9895cf8e
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue