Skip to content

Commit 431b8a1

Browse files
committed
Update phoenix dependency to allow versions >= 1.7.6 and < 1.9.0
1 parent e4a1ec9 commit 431b8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Backpex.MixProject do
5555
{:money, "~> 1.13"},
5656

5757
# phoenix
58-
{:phoenix, "~> 1.7"},
58+
{:phoenix, ">= 1.7.6 and < 1.9.0"},
5959
{:phoenix_html, "~> 4.1"},
6060
{:phoenix_html_helpers, "~> 1.0"},
6161
{:phoenix_live_view, "~> 1.0"},

0 commit comments

Comments
 (0)