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