staticmaplite/composer.json

26 lines
561 B
JSON
Raw Normal View History

2017-05-26 09:53:32 +00:00
{
"name": "calderacc/staticmaplite",
"type": "library",
"license": "Apache",
"authors": [
{
"name": "Gerhard Koch",
"email": "gerhard.koch@ymail.com"
},
{
"name": "Malte Hübner",
"email": "maltehuebner@gmx.org"
}
],
2017-05-26 11:17:40 +00:00
"autoload": {
"psr-4": {
"StaticMapLite\\": "src"
}
},
2017-05-26 09:53:32 +00:00
"minimum-stability": "stable",
2017-05-26 12:33:02 +00:00
"require": {
2017-05-26 14:37:29 +00:00
"emcconville/google-map-polyline-encoding-tool": "^1.3",
"curl/curl": "^1.6"
2017-05-26 12:33:02 +00:00
}
2017-05-26 09:53:32 +00:00
}