-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 752 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 752 Bytes
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
30
31
{
"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.5",
"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": "alexpechkarev@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"GeometryLibrary\\": "/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}