2025-04-16 10:03:13 -03:00

10 lines
447 B
Erlang

{application,phoenix_view,
[{modules,['Elixir.Phoenix.Template.UndefinedError',
'Elixir.Phoenix.View']},
{optional_applications,[phoenix_html]},
{applications,[kernel,stdlib,elixir,eex,phoenix_html,
phoenix_template]},
{description,"The view layer in Phoenix v1.0-v1.6 apps"},
{registered,[]},
{vsn,"2.0.4"}]}.