Add composer.json

This commit is contained in:
Malte Hübner 2017-05-26 11:53:32 +02:00
parent 601f3f684a
commit f1d848166b
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "calderacc/staticmaplite",
"type": "library",
"license": "Apache",
"authors": [
{
"name": "Gerhard Koch",
"email": "gerhard.koch@ymail.com"
},
{
"name": "Malte Hübner",
"email": "maltehuebner@gmx.org"
}
],
"minimum-stability": "stable",
"require": {}
}