{
"name": "peterujah/geo-name-search",
"type": "library",
"description": "Php Geoname search wrapper, to help reduce too much api call.",
"license": "MIT",
"authors": [
{
"name": "Ujah Chigozie",
"email": "ujahchigozie@gmail.com"
}
],
"require": {
"php": ">=5.5",
"peterujah/country-class": "^0.1",
"peterujah/cache": "^0.1",
"guzzlehttp/guzzle": "~6.5"
},
"scripts": {
"post-install-cmd": [
"PeterUjah\\CopyFile\\ScriptHandler::copy"
],
"post-update-cmd": [
"PeterUjah\\CopyFile\\ScriptHandler::copy"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"psr-4": {
"Peterujah\\NanoBlock\\": "src/"
}
}
}
|