mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 03:14:00 +00:00
Add composer.json, ignore vendor folder
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user