This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/vendor/lvht/geohash/composer.json

24 lines
500 B
JSON
Raw Normal View History

2020-04-25 22:20:29 +08:00
{
"name": "lvht/geohash",
"type": "library",
"description": "geohash like python-geohash",
"keywords": ["geohash"],
"homepage": "http://github.com/lvht/geohash",
"license": "MIT",
"authors": [
{
"name": "吕海涛",
"email": "git@lvht.net",
"homepage": "https://github.com/lvht"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Lvht\\": "src"
}
}
}