From a623f6b8f25e3be69b5f8e9c4c4ad96abafadbe8 Mon Sep 17 00:00:00 2001 From: Martin Hughes Date: Wed, 4 Feb 2015 14:20:40 +0000 Subject: [PATCH] Composer file --- .gitignore | 2 ++ composer.json | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cac762f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/vendor/ +/.idea/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2404eec --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "martinph/humanapi", + "description": "The easiest way to integrate health data from anywhere.", + "license": "MIT", + "authors": [ + { + "name": "Martin Hughes", + "email": "martinph01@gmail.com" + } + ], + "minimum-stability": "stable", + "require": {} +}