forked from rahulyhg/googlemapsapi-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1023 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 1023 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
32
33
34
35
36
37
38
39
{
"name": "humbi1992/google-maps-api",
"description": "Humbi1992 Google Maps Plugin for Craft 4",
"type": "craft-plugin",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"google maps",
"api"
],
"support": {
"docs": "https://github.com/boldenamsterdam/google-maps-api/blob/master/README.md",
"issues": "https://github.com/boldenamsterdam/google-maps-api/issues"
},
"license": "MIT",
"authors": [{
"name": "Sven Humbel",
"homepage": "https://www.webtie.ch"
}],
"require": {
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"humbi1992\\googlemapsapi\\": "src/"
}
},
"extra": {
"name": "Google Maps API",
"handle": "google-maps-api",
"schemaVersion": "1.0.0",
"hasCpSettings": true,
"hasCpSection": false,
"class": "humbi1992\\googlemapsapi\\GoogleMapsApi"
}
}