forked from joshnuss/phoenix-billing-demo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mix.lock
23 lines (23 loc) · 954 Bytes
/
mix.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%{"commerce_billing": {:hex, :commerce_billing, "0.0.2"},
"cowboy": {:hex, :cowboy, "1.0.2"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
"ecto": {:hex, :ecto, "1.0.1"},
"ex_doc": {:hex, :ex_doc, "0.8.4"},
"fs": {:hex, :fs, "0.9.2"},
"hackney": {:hex, :hackney, "1.3.1"},
"httpoison": {:hex, :httpoison, "0.7.2"},
"idna": {:hex, :idna, "1.0.2"},
"jazz": {:hex, :jazz, "0.2.1"},
"meck": {:hex, :meck, "0.8.3"},
"mock": {:hex, :mock, "0.1.1"},
"phoenix": {:hex, :phoenix, "1.0.0"},
"phoenix_ecto": {:hex, :phoenix_ecto, "1.1.0"},
"phoenix_html": {:hex, :phoenix_html, "2.1.2"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.0"},
"plug": {:hex, :plug, "1.0.0"},
"poison": {:hex, :poison, "1.5.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.9.1"},
"ranch": {:hex, :ranch, "1.1.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}