From 536e0d394c3fb605ec64ccfb0798755c4e85307c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Co=CC=82te=CC=81?= Date: Thu, 5 Dec 2024 09:29:13 -0500 Subject: [PATCH] support phoenix_live_view 1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 35751de..ae37b35 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,7 @@ defmodule PhoenixSVG.MixProject do [ {:ex_doc, "~> 0.27", only: :dev, runtime: false}, {:makeup_eex, "~> 0.1", only: :dev}, - {:phoenix_live_view, "~> 0.17"} + {:phoenix_live_view, "~> 0.17 or ~> 1.0"} ] end