Skip to content

Commit

Permalink
docs: update homepage URL and keywords in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Apr 8, 2016
1 parent 3f0dace commit 8076257
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"name": "mjaschen/phpgeo",
"description": "Simple Geo Library",
"keywords": ["distance", "coordinate", "geo", "gis", "bounds", "ellipsoid", "calculation", "polyline", "polygon", "geofence"],
"homepage": "https://github.com/mjaschen/phpgeo",
"keywords": [
"distance",
"coordinate",
"geo",
"gis",
"bounds",
"ellipsoid",
"calculation",
"polyline",
"polygon",
"geofence",
"simplify",
"length",
"vincenty",
"haversine",
"bearing",
"projection",
"gps",
"track",
"point"
],
"homepage": "https://phpgeo.marcusjaschen.de/",
"type": "library",
"license": "GPL",
"authors": [
Expand Down

0 comments on commit 8076257

Please sign in to comment.