forked from cirovargas/google-distance-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 loc) · 861 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
30
31
32
33
34
35
36
37
{
"name": "aram-zahedi/google-distance-matrix",
"type": "library",
"description": "Google distance matrix API - Estimate travel time and distance for multiple origins and destinations.",
"keywords": [
"google distance matrix",
"distance matrix",
"google api",
"google maps"
],
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "Aram Zahedi",
"homepage": "https://www.linkedin.com/in/aram-zahedi/",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/cirovargas/google-distance-matrix/issues"
},
"version": "v0.0.16",
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6.2|7.*"
},
"autoload": {
"psr-4": {
"CiroVargas\\GoogleDistanceMatrix\\": "src/"
}
}
}