Skip to content

Commit

Permalink
Merge branch 'v1.5' of github.com:phoenixframework/phoenix into v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 22, 2020
2 parents 9728d3d + 099d760 commit 1f7df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Phoenix.MixProject do
def application do
[
mod: {Phoenix, []},
extra_applications: [:logger, :eex, :crypto],
extra_applications: [:logger, :eex, :crypto, :public_key],
env: [
logger: true,
stacktrace_depth: nil,
Expand Down

0 comments on commit 1f7df51

Please sign in to comment.