We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9283a commit 8f4cbbbCopy full SHA for 8f4cbbb
mix.exs
@@ -49,7 +49,7 @@ defmodule ScrivenerHtml.Mixfile do
49
[
50
{:scrivener, "~> 1.2 or ~> 2.0"},
51
{:phoenix_html, "~> 2.2"},
52
- {:phoenix, "~> 1.0 and < 1.5.0", optional: true},
+ {:phoenix, "~> 1.0 and < 1.6.0", optional: true},
53
{:plug, "~> 1.1"},
54
{:ex_doc, "~> 0.19", only: :dev},
55
{:earmark, "~> 1.1", only: :dev}
0 commit comments