{
"name": "dmamontov/geohelper-api-client-php",
"description": "PHP client for Geohelper API",
"type": "library",
"keywords": ["API", "Geohelper", "REST"],
"homepage": "http://geohelper.info/",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
"name": "Dmitry Mamontov",
"email": "d.slonyara@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"support": {
"email": "d.slonyara@gmail.com"
},
"autoload": {
"psr-0": { "Geohelper\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.0.x-dev"
}
},
"config": {
"bin-dir": "bin",
"process-timeout": 600
}
}
|