You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yanzong/vendor/lvht/geohash/composer.json

24 lines
523 B

10 months ago
{
"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"
}
}
}