From 8d3b0e21b74cedd54a7049b07e7d77784ac82cc7 Mon Sep 17 00:00:00 2001 From: Santiago Ferreira Date: Tue, 16 Jan 2018 16:17:28 -0300 Subject: [PATCH] Initial support for phoenix 1.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 76dc498..1cef666 100644 --- a/mix.exs +++ b/mix.exs @@ -40,7 +40,7 @@ defmodule PhoenixComponents.Mixfile do {:ex_doc, ">= 0.0.0", only: :dev}, {:excoveralls, "~> 0.7", only: :test}, {:floki, ">= 0.17.2", only: :test}, - {:phoenix, "~> 1.2.1"}, + {:phoenix, ">= 1.2.1"}, {:phoenix_html, "~> 2.6"}, ] end