Skip to content

Commit

Permalink
Merge pull request mgwidmann#60 from andrewbredow/add-phoenix13-support
Browse files Browse the repository at this point in the history
Loosen version requirements to support Phoenix 1.3
  • Loading branch information
mgwidmann authored Apr 13, 2017
2 parents 5671b42 + 5ae7f59 commit 3f7cf7d
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 @@ -47,7 +47,7 @@ defmodule ScrivenerHtml.Mixfile do
[
{:scrivener, "~> 1.2 or ~> 2.0"},
{:phoenix_html, "~> 2.2"},
{:phoenix, "~> 1.0 or ~> 1.2", optional: true},
{:phoenix, "~> 1.0-pre and < 1.4.0", optional: true},
{:plug, "~> 1.1" },
{:ex_doc, "~> 0.15", only: :dev},
{:earmark, "~> 1.1", only: :dev},
Expand Down

0 comments on commit 3f7cf7d

Please sign in to comment.