Current section

Files

Jump to
snatch_php rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{snatch, "0.3.0"},
{ephp, "0.2.3"}
]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{cover_export_enabled, true}.
{eunit_opts, [verbose]}.
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.
{project_plugins, [rebar3_hex, covertool]}.
{profiles, [
{test, [
{deps, [
{snatch_test_framework, "0.4.1"}
]}
]},
{doc, [
{plugins, [rebar_edown_plugin]},
{edoc_opts,[
{doclet, edown_doclet},
{edown_target, github},
{top_level_readme, {"./README.md", "http://github.com/snatch-xmpp/snatch-php"}}
]}
]}
]}.