diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..415cc76 --- /dev/null +++ b/composer.json @@ -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": {} +}