forked from doublesecretagency/craft-googlemaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.27 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
{
"name": "doublesecretagency/craft-googlemaps",
"description": "Maps in minutes. Powered by the Google Maps API.",
"type": "craft-plugin",
"version": "5.0.2",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"google-maps-api",
"google-maps",
"smart-map",
"smartmap",
"map",
"proximity-search",
"geolocation",
"geocoding",
"address",
"locations"
],
"support": {
"docs": "https://plugins.doublesecretagency.com/google-maps",
"issues": "https://github.com/doublesecretagency/craft-googlemaps/issues"
},
"license": "proprietary",
"authors": [
{
"name": "Double Secret Agency",
"homepage": "https://plugins.doublesecretagency.com"
}
],
"require": {
"craftcms/cms": "^5.0.0"
},
"replace": {
"doublesecretagency/craft-smartmap":"3.*"
},
"autoload": {
"psr-4": {
"doublesecretagency\\googlemaps\\": "src/",
"doublesecretagency\\smartmap\\": "legacy/"
}
},
"extra": {
"name": "Google Maps",
"handle": "google-maps",
"class": "doublesecretagency\\googlemaps\\GoogleMapsPlugin"
}
}