staticmaplite/composer.json

26 lines
561 B
JSON

{
"name": "calderacc/staticmaplite",
"type": "library",
"license": "Apache",
"authors": [
{
"name": "Gerhard Koch",
"email": "gerhard.koch@ymail.com"
},
{
"name": "Malte Hübner",
"email": "maltehuebner@gmx.org"
}
],
"autoload": {
"psr-4": {
"StaticMapLite\\": "src"
}
},
"minimum-stability": "stable",
"require": {
"emcconville/google-map-polyline-encoding-tool": "^1.3",
"curl/curl": "^1.6"
}
}