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": {} +}