PointsOfInterestAPI/composer.json

17 lines
410 B
JSON
Raw Permalink Normal View History

2019-04-27 18:58:44 -06:00
{
"name": "netsyms/points-of-interest-api",
"description": "Simple PHP API for getting OpenStreetMap points of interest as GeoJSON",
"type": "project",
"require": {
"catfan/medoo": "^1.6",
"anthonymartin/geo-location": "^1.0"
},
"license": "MIT",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}