From a0b8fa91c8a8d8bea94ab6b82318379cc8718364 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 10 Aug 2016 13:38:22 +0300 Subject: [PATCH] Add composer.json, ignore vendor folder --- .gitignore | 1 + composer.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f8bb5e7 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "superhelio/tools", + "description": "Collection of our tools", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Ismo Vuorinen", + "email": "ismo.vuorinen@superhelio.com" + } + ], + "require": {}, + "bin": [ + "release.sh" + ] +} \ No newline at end of file