Add composer.json, ignore vendor folder

This commit is contained in:
Ismo Vuorinen
2016-08-10 13:38:22 +03:00
parent a50e43b811
commit a0b8fa91c8
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/vendor/

16
composer.json Normal file
View File

@@ -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"
]
}