Skip to content

Commit

Permalink
Merge pull request phayes#81 from andrewtch/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
phayes committed Jul 16, 2013
2 parents ba7305a + e3319f5 commit ffcd54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"type": "library",
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
"homepage": "https://github.com/phayes/geoPHP",
"autoload": {
"classmap": ["geoPHP.inc"]
},
"authors":[
{
"name":"Patrick Hayes"
Expand Down

0 comments on commit ffcd54d

Please sign in to comment.