Skip to content

Commit

Permalink
Merge pull request #4 from omarelb/loosen_phoenix_dependency_constraints
Browse files Browse the repository at this point in the history
make phoenix dependencies less constrained
  • Loading branch information
superchris authored Dec 16, 2023
2 parents 14f67df + c9defe1 commit b03c0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ defmodule LiveElements.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:phoenix, "~> 1.7.1"},
{:phoenix, ">= 1.7.1"},
{:ex_doc, ">= 0.0.0"},
{:phoenix_live_view, "~> 0.18.15"},
{:phoenix_live_view, ">= 0.18.0"},
{:jason, ">= 0.0.0"},
{:uuid, "~> 1.1" }
{:uuid, "~> 1.1"}
]
end
end

0 comments on commit b03c0ba

Please sign in to comment.