Switch Phoenix back to upstream

See <https://github.com/phoenixframework/phoenix/pull/6094>
for `:sec_websocket_protocol` -> `:sec_websocket_headers`
This commit is contained in:
Haelwenn (lanodan) Monnier 2026-01-14 03:17:50 +01:00
commit be327ca982
No known key found for this signature in database
6 changed files with 12 additions and 10 deletions

View file

@ -123,8 +123,7 @@ defmodule Pleroma.Mixfile do
# Type `mix help deps` for examples and options.
defp deps do
[
{:phoenix,
git: "https://github.com/feld/phoenix", branch: "v1.7.14-websocket-headers", override: true},
{:phoenix, "~> 1.8.0"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.10"},
{:ecto_enum, "~> 1.4"},