Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#44] Adding 'Requirements' to README #87

Merged
merged 2 commits into from
Jan 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ If you find any **bugs** or have a **problem** while using this library, please

And you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io).

## Requirements
Cowboy Swagger requires Erlang 18+ after 0.1.0 version

## Why Cowboy Swagger?
Simple, because there isn't a tool in Erlang to document Cowboy RESTful APIs easy and fast,
and to improve development productivity.
Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
, warn_untyped_record
, debug_info]}.

{minimum_otp_vsn, "18"}.

{profiles, [
{test, [
{deps, [ {katana_test, "0.1.1"}
Expand Down