forked from alexpechkarev/geometry-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (25 loc) · 882 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "alexpechkarev/geometry-library",
"description": "PHP Geometry library provides utility functions for the computation of geometric data on the surface of the Earth.",
"version":"1.0.0",
"keywords": ["google maps geometry library", "php geometry library", "spherical geometry utilities", "encoding and decoding polyline paths utilities", "computations polygons and polylines"],
"homepage":"https://alexpechkarev.github.io/geometry-library/",
"license": "MIT",
"authors": [
{
"name": "Alexander Pechkarev",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"GeometryLibrary\\": "/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}