forked from location-iq/locationiq-php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
66 lines (66 loc) · 1.73 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "untitled-developers/locationiq-php-client",
"version": "1.1.0",
"description": "LocationIQ provides flexible enterprise-grade location based solutions. We work with developers, startups and enterprises worldwide serving billions of requests everyday. This page provides an overview of the technical aspects of our API and will help you get started.",
"keywords": [
"openapitools",
"openapi-generator",
"openapi",
"php",
"sdk",
"rest",
"api",
"map",
"maps",
"locationiq",
"location",
"locate",
"forward",
"geocoding",
"forward-geocoding",
"reverse",
"reverse-geocoding",
"autocomplete",
"directions",
"matrix",
"distance-matrix",
"matching",
"nearest",
"nearby",
"countries",
"nearby-countries",
"nearby",
"points-of-interests",
"nearby-points-of-interests",
"venues",
"places",
"road",
"nearest-road",
"snap-to-road"
],
"homepage": "https://locationiq.com/",
"license": "MIT",
"authors": [
{
"name": "OpenAPI-Generator contributors",
"homepage": "https://openapi-generator.tech"
}
],
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.6",
"friendsofphp/php-cs-fixer": "~2.12"
},
"autoload": {
"psr-4": { "LocationIq\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "LocationIq\\" : "test/" }
}
}